Craig Rodrigues
c783576970
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
2009-03-05 08:57:35 +00:00
..
2009-02-23 22:29:38 +00:00
2008-05-25 22:11:40 +00:00
2008-11-05 09:28:30 +00:00
2007-09-08 20:24:12 +00:00
2007-11-20 01:55:37 +00:00
2008-12-24 11:12:21 +00:00
2008-12-14 11:48:51 +00:00
2008-06-27 09:09:50 +00:00
2008-10-17 13:28:53 +00:00
2009-03-02 03:08:46 +00:00
2009-01-28 12:08:19 +00:00
2009-01-14 22:05:51 +00:00
2007-05-10 12:33:00 +00:00
2008-01-29 00:20:00 +00:00
2009-01-30 18:33:05 +00:00
2009-02-04 01:02:56 +00:00
2008-01-31 13:22:13 +00:00
2007-04-06 11:16:11 +00:00
2009-02-22 15:03:29 +00:00
2008-06-26 07:05:35 +00:00
2007-12-17 08:03:18 +00:00
2009-02-27 00:31:34 +00:00
2008-09-27 00:09:10 +00:00
2007-11-18 03:29:10 +00:00
2009-03-05 08:08:09 +00:00
2008-11-25 07:17:11 +00:00
2007-02-13 17:06:15 +00:00
2008-12-22 19:52:21 +00:00
2007-02-13 17:06:15 +00:00
2007-01-25 22:38:58 +00:00
2009-01-06 21:16:42 +00:00
2009-01-10 17:17:18 +00:00
2007-05-14 19:23:13 +00:00
2007-06-14 03:16:16 +00:00
2008-07-26 13:18:33 +00:00
2009-03-05 08:57:35 +00:00
2007-01-28 00:51:01 +00:00
2009-01-05 12:10:22 +00:00
2009-02-06 07:47:53 +00:00
2009-01-20 02:08:21 +00:00
2007-10-14 13:55:38 +00:00
2008-09-06 17:26:52 +00:00
2009-02-12 15:28:15 +00:00
2009-02-27 17:29:48 +00:00
2007-07-03 12:46:08 +00:00
2009-01-11 22:36:45 +00:00
2008-08-27 15:01:23 +00:00
2008-07-02 15:51:59 +00:00
2008-06-09 09:07:58 +00:00
2009-01-31 13:48:15 +00:00
2009-01-17 11:57:32 +00:00
2009-01-28 16:23:21 +00:00
2009-01-18 11:38:35 +00:00
2008-12-15 06:10:57 +00:00
2008-12-24 11:12:21 +00:00
2008-06-30 21:18:27 +00:00
2008-09-29 05:31:27 +00:00
2008-12-23 15:00:03 +00:00
2007-11-18 00:33:23 +00:00
2008-06-23 22:17:08 +00:00
2008-06-23 22:06:28 +00:00
2007-09-23 16:06:37 +00:00
2008-09-21 22:02:26 +00:00