
Can't mount ntfs volume on usb-drive via fstab
Hi!
Obviously I do something wrong.
Fusefs installed and started manually (fusefs_enable="YES" -> rc.conf and /usr/local/etc/rc.d/fusefs start).
Mount command
Code:
ntfs-3g /dev/da0s1 /media -o locale=ru_RU.UTF-8
works fine and volume mounts successfully but if I try to mount it via fstab I get error:
Code:
mail# cat /etc/fstab | grep media
/dev/da0s1 /media ntfs-3g rw,noauto,locale=ru_RU.UTF-8,late 0 0
mail# mount /media
mount: /dev/da0s1 : Operation not supported by device
Without options rw, noauto, late:
Code:
mail# cat /etc/fstab | grep media
/dev/da0s1 /media ntfs-3g locale=ru_RU.UTF-8 0 0
mail# mount /media
fstab: /etc/fstab:5: Inappropriate file type or format
fstab: /etc/fstab:5: Inappropriate file type or format
mount: /media: unknown special file or file system
Code:
mail#cat /var/log/messages:
May 31 11:28:16 mail kernel: GEOM_LABEL: Label ntfs/Wd removed.
May 31 11:28:17 mail ntfs-3g[61081]: Version 2011.4.12 external FUSE 27
May 31 11:28:17 mail ntfs-3g[61081]: Mounted /dev/da0s1 (Read-Write, label "Wd", NTFS 3.1)
May 31 11:28:17 mail ntfs-3g[61081]: Cmdline options: locale=ru_RU.UTF-8
May 31 11:28:17 mail ntfs-3g[61081]: Mount options: allow_other,nonempty,atime,fsname=/dev/da0s1
May 31 11:28:17 mail ntfs-3g[61081]: Ownership and permissions disabled, configuration type 1
May 31 11:47:41 mail ntfs-3g[61081]: Unmounting /dev/da0s1 (Wd)
May 31 11:47:41 mail kernel: GEOM_LABEL: Label for provider da0s1 is ntfs/Wd.
p.s. FreeBSD 7.1-RELEASE #1 amd64