Thanks for your quick responses!
I have installed and successfully used "ntfs-3g" in the command line to mount some of the partitions... but... Still some issues [in
bold]
extra mount points: your partitions have been recognized in /dev, but not all where mounted in /mount (even if the mount point is already ready for them, that's why you see the mount points also for the partitions that have not been mounted yet).
I'm really sorry, I'm sure it's frustrating for you guys, but I cannot understand this... Could we try again with finger puppets or something!?
I still don't know where
hda2 comes from... I am unable to mount it... "Invalid argument. The device doesn't seem to have a valid NTFS"
What the hell is this hda2??? As far as I know, my IDE hard drive has only 2 partitions... hda1 and hda5 [Don't know what happened to hda3 and hda4, but never mind...
]
ntfs: in order to mount ntfs partitions, you need the ntfs-3g extension that you can download and install with appbrowser; then you can mount the ntfs partitions (read-write).
1) Mounting an NTFS filesystem with the ntfs-3g extension requires that you specify the filesystem type as "ntfs-3g" instead of "ntfs"
sudo mount -t ntfs-3g /dev/whatever /mnt/whatever
2) Because of #1 above, the mount tool doesn't handle this (it wants to use "ntfs") so, you have to use the command line.
Ok, If I have understood this correctly...
I must have the "ntfs 3g" extension installed and mount / unmount my NTFS drives from the command line. The mount tool will not do this. Is that right?TC by default handles ntfs as read only by the filesystems-2.6.29.1 driver, and that is a good default behavior. Probably better to mount ntfs as read only unless the user is knowingly mounting as rw by means of ntfs-3g.
Does this mean that TC should be able to mount and read ntfs partitions without "ntfs 3g" Because I can't mount or read [see] anything from any of these NTFS drives... [without using "ntfs 3g" and the command line thingy]
Actually, that would be ideal...
I would really like to mount my partitions without writing privileges. The reason is this; if i mess up any of the computers on which I happen to use my bootable USB TC, I'll be in big trouble!!
And not just with the wife!!
Thanks again.