Hi,
I have an fstab entry like:
UUID=24F0E2D4F0E2AB6E /mnt/ata-Maxtor_6V250F0_V593GLTG ntfs-3g
no_def_opts,windows_names,noatime,uid=1000,gid=1000,noauto,allow_other,nofail,hide_hid_files
0 2
Do not use 2 as the last option : this means requiring
a file system check, but there is no known open source
ntfs file system checker. This value only gives you a
false sensation of security.
After mounting the volume, the options are shown as:
/dev/sda1 on /mnt/ata-Maxtor_6V250F0_V593GLTG type fuseblk
(rw,nosuid,nodev,noatime,user_id=0,group_id=0,default_permissions,blksize=4096)
From which command (or log file) did you get this ?
Options user_id= and group_id= are unknown to me. Is this
with a very new kernel ?
Now, the options requested in /etc/fstab are a conglomerate
of ntfs-3g options, fuse options and actual mount options.
ntfs-3g first examines the list, processing its own options
and removing the ones which need not be forwarded to fuse
or mount. The fuse does the same for its own options, so
that mount only sees the ones it has to process.
Apart from "user_id=0,group_id=0", the above options look
correct to me.
In the syslog, you can see the actual options forwarded
by ntfs-3g to fuse. What are they in your example ?
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org