LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Ntfs (https://www.linuxquestions.org/questions/slackware-14/ntfs-99108/)

xodeus 10-01-2003 02:56 PM

Ntfs
 
Hi I would like to mount my NTFS partition at boottime. It's /dev/hdb1. What should I write in my /etc/fstab??

VeKTeReX 10-01-2003 03:07 PM

/dev/hdb1 (mount point) ntfs ro

aaa 10-01-2003 03:30 PM

/dev/hdb1 (mount point) ntfs auto,ro,umask=0

'mount point' is a folder, for example /mnt/hd . 'auto' is the option for mounting on boot, ro is for read-only*, umask=0 is for setting the permissions to rwxrwxrwx, since you can't change them with chmod because they're Windows partitions.

*It's a bad idea to write to NTFS, the driver that comes with Slack refuses to do it unless you specify it in kernel configuration. There is a new driver, but it'll still mess up NTFS, though not as much.


All times are GMT -5. The time now is 03:10 AM.