[root@localhost ~]# cat /etc/fstab
proc /proc proc nosuid,noexec,gid=proc 0 0
devpts /dev/pts devpts nosuid,noexec,gid=tty,mode=620 0 0
tmpfs /tmp tmpfs nosuid 0 0
UUID=40f7123e-9e7c-490f-a181-b0c1e1519bc7 / ext3 defaults 1 1
UUID=0c86a962-093a-4335-a477-c01db9fab453 /home ext3 nosuid 1 2
UUID=db961118-3b6d-4d04-abe5-a24da150b2e6 swap swap defaults 0 0
/dev/sr0 /media/cdrom udf,iso9660 ro,noauto,user,utf8 0 0
/dev/sdb1 /mnt/c ntfs-3g silent,user,auto,locale=ru_RU.utf8,allow_other 0 0
/dev/sdc1 /mnt/d ntfs-3g silent,user,auto,locale=ru_RU.utf8,allow_other 0 0
/dev/sdc2 /mnt/e ntfs-3g silent,user,auto,locale=ru_RU.utf8,allow_other 0 0
[root@localhost ~]#
при попытке открыть ntfs диски пишет:
Unprivileged user can not mount NTFS block devices using the external FUSE
library. Either mount the volume as root, or rebuild NTFS-3G with integrated
FUSE support and make it setuid root. Please see more information at
http://ntfs-3g.org/support.html#unprivileged