LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   ntfs-3g with FUSE (NTFS WRITE) - what do I put in fstab (https://www.linuxquestions.org/questions/suse-opensuse-60/ntfs-3g-with-fuse-ntfs-write-what-do-i-put-in-fstab-526346/)

1kyle 02-07-2007 05:44 AM

ntfs-3g with FUSE (NTFS WRITE) - what do I put in fstab
 
Hi all.
I've tried googling but can't find the answer.
I'm using (successfully) the NTFS WRITE facility provided with FUSE and ntfs-3g. The manual isn't particularly helpful either.

Currently I mount the drive manually with a command like

mount -t ntfs-3g /dev/sda6 / windows/e

what do I put in fstab to get this mounted automatically at boot.


The output from mount -l is

/dev/sda6 on /windows/e type fuse (rw,nosuid,nodev,noatime,allow_other) []

Cheers

-K

Lenard 02-07-2007 05:52 AM

Try something like;

Code:

/dev/sda1              /media/Windows          ntfs-3g auto,users,uid=0,gid=500,umask=000,rw  0 0

1kyle 02-07-2007 05:55 AM

Thanks -- that works a treat --never expected such a quick answer --I LIKE this Forum.

Cheers
-K

Lenard 02-07-2007 06:08 AM

Just a matter of luck and real good timing.....

Your welcome glad to help, enjoy!!


All times are GMT -5. The time now is 09:06 AM.