Page 1 of 1

Posted: Sat Oct 13, 2007 2:04 pm
by merlwiz79
andyvr4 wrote:Are these NTFS partitions or ext3 partitions. By default when you install mint it is setup to only mount NTFS partitions read/only. In order to change this go to System Tools and select NTFS configuration tool. You can then select rather to map them read/only are with write support.
Mint is should mount all NTFS hard drives with mintDisk as read/write.
The only way this would not work is if you stopped mintDisk from being used.

Posted: Sat Oct 13, 2007 4:19 pm
by Husse
All his partitions are being mounted as read-only, even under root.
Is it possible to boot?
I think I've seen that boot fails because writing to some important file is not possible (have to look it up if I'm gonna tell you the exact story)
To some of you answering
Under root you do not have ntfs (in /media which is under root, yes :))

Posted: Wed Oct 17, 2007 3:28 pm
by Husse
sudo chmod
Use with extreme caution :)
This is quite different from the original question
What mounts the partitions - mintDisk or fstab?

Posted: Fri Nov 02, 2007 7:31 am
by Husse
Try to change ntfs to ntfs-3g
Apart from that it looks as it should

Posted: Wed Nov 14, 2007 5:13 pm
by Husse
But I wonder what is the difference between specifying UUID and /dev/sdax?
The UUID (Universal Unique IDentifier) is calculated from several things to identify a partition and should be the same regardless you move a USB disk or some such. However it's not always the case
The /dev/sdax is simply your partitions numbered rom the beginning of the disk (well not quite - but basically)