Skip to main content
9 events
when toggle format what by license comment
Jan 7, 2011 at 15:05 comment added Phanto Unfortunately, pmount did not work for me.
Dec 29, 2010 at 20:20 comment added Phanto I will need to try it out (when I have time next week). I found the package on the EPEL repository, so it should install without problems. In the meantime, I gave you a +1.
Dec 22, 2010 at 14:36 comment added Matthieu Cartier pmount should help you in that regard. Did you try it?
Dec 22, 2010 at 14:00 comment added Phanto Unfortunately, you cannot use the user flag. A mount error pop appears with permission errors. I looked at the NTFS-3g site, and their solution doesn't work. tuxera.com/community/ntfs-3g-faq/#useroption2.
Dec 22, 2010 at 12:51 comment added Matthieu Cartier Well, don't use device ID's in /etc/fstab if that is a probem -- mount the drives/partitions using a label instead. The system is free to change the ID's whenever you reboot if it wants to (scan order has changed for instance). Using labels means that even if what was /dev/sdx is now /dev/sdy, it will still mount normally using the label. For example, the entry might look like this: LABEL=foobar /mnt/foobar ntfs noauto 0 0
Dec 22, 2010 at 12:48 comment added Phanto I'll need to try this out. However, what happens if I have a device that is formatted as FAT? If I plug that device in, it will automatically be detected as, say, /dev/sda1. Would it then try to mount it as NTFS? Would that cause an error?
Dec 22, 2010 at 12:15 comment added Matthieu Cartier Devices don't need to be available at boot time to be present in /etc/fstab, you can use the option noauto.
Dec 22, 2010 at 12:11 comment added Phanto The devices I need to mount are hot-swappable. They are not available at boot time, so unfortunately /etc/fstab will not solve the problem. I modified the original post to clarify. I will look into pmount.
Dec 21, 2010 at 13:36 history answered Matthieu Cartier CC BY-SA 2.5