mount.ntfs-3g is not in /bin but in /sbin
author"Luc Saillard <luc@saillard.org>"
Wed Apr 30 10:07:53 2008 +0200 (2 months ago)
changeset 75a711ec1487a8
parent 74f134ae7be8f5
child 7706c4d3961dca
mount.ntfs-3g is not in /bin but in /sbin
src/mount.c
--- a/src/mount.c Tue Apr 29 17:53:36 2008 +0200
+++ b/src/mount.c Wed Apr 30 10:07:53 2008 +0200
@@ -543,7 +543,7 @@ do_mount_mount(const char *device_path,
i=0;
if (strcmp(fs_type, "ntfs") == 0)
{
- argv[i++] = "/bin/mount.ntfs-3g";
+ argv[i++] = "/sbin/mount.ntfs-3g";
}
else
{