On Fri, 23 May 2008, Szabolcs Szakacsits wrote: > I could reproduce the mount error if the mount point is a symlink. It seems > to be a FUSE kernel module problem. I reported it to FUSE development and > will let you know the resolution.
The kernel part is ok, the fuse library passed incorrect rootmode in certain cases. Miklos Szeredi's fix was commited and will be included in the next release: http://mercurial.creo.hu/repos/ntfs-3g-hg/index.cgi/rev/90838aa077fc Thanks again Peter, Szaka > On Fri, 23 May 2008, Peter Rabbitson wrote: > > > A minor problem is present in the ntfs-3g utility which prevents mounting > > over > > a directory symlink (no other mount has this problem as far as I know). 3 > > kernels and 2 systems later the problem is reproduced by the simple steps > > below. So angry at my self for not thinking of it sooner >:( > > > > [EMAIL PROTECTED]:~# ls -l /mnt0 > > lrwxrwxrwx 1 root root 10 2008-01-23 01:43 /mnt0 -> media/mnt0 > > [EMAIL PROTECTED]:~# > > > > [EMAIL PROTECTED]:~# mount.ntfs-3g /dev/sde1 /mnt0 > > ntfs-3g-mount: mount failed: Invalid argument > > [EMAIL PROTECTED]:~# > > > > [EMAIL PROTECTED]:~# mount.ntfs-3g /dev/sde1 /media/mnt0 > > [EMAIL PROTECTED]:~# > > > > -- > NTFS-3G: http://ntfs-3g.org -- NTFS-3G: http://ntfs-3g.org ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ ntfs-3g-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ntfs-3g-devel
