Date: Thu, 5 Mar 2009 08:57:35 +0000 (UTC) From: Craig Rodrigues <rodrigc@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sbin/mount mount.8 mount.c Message-ID: <200903050857.n258vcMo065697@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rodrigc 2009-03-05 08:57:35 UTC
FreeBSD src repository
Modified files:
sbin/mount mount.8 mount.c
Log:
SVN rev 189397 on 2009-03-05 08:57:35Z by rodrigc
Add a -o mountprog parameter to mount which explicitly allows
an alternative program to be used for mounting a file system.
Ideally, all file systems
should be converted to pass string arguments to nmount(), so that
/sbin/mount can handle them. However, certain file systems such as FUSE have
not done this, and want to have their own userland mount programs.
For example, to mount an NTFS file system with the FUSE NTFS driver:
mount -t ntfs -o mountprog=/usr/local/bin/ntfs-3g /dev/acd0 /mnt
or via an fstab entry:
/dev/acd0 /mnt ntfs ro,noauto,mountprog=/usr/local/bin/ntfs-3g 0 0
PR: 120784
Requested by: Dominic Fandrey
Revision Changes Path
1.90 +9 -0 src/sbin/mount/mount.8
1.106 +30 -4 src/sbin/mount/mount.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903050857.n258vcMo065697>
