Hi, I partitioned and formatted as NTFS a disk under windows XP. Then attached it to my linux box and attempted to mount it using ntfs-3g. Here is the result:
[EMAIL PROTECTED]:~# ntfs-3g /dev/sde1 /mnt0 ntfs-3g-mount: mount failed: Invalid argument [EMAIL PROTECTED]:~# I disconnected the drive and hooked it back to the WinXP box - it appears in the drive list just fine. I tested the partitoin for mountability: [EMAIL PROTECTED]:~# if ntfs-3g.probe --readwrite /dev/sde1 ; then echo Mountable ; fi Mountable [EMAIL PROTECTED]:~# and attempted to produce debug output with no avail: [EMAIL PROTECTED]:~# ntfs-3g /dev/sde1 /mnt0 -o debug ntfs-3g-mount: mount failed: Invalid argument [EMAIL PROTECTED]:~# I do not have vanilla ntfs support compiled either monolitically or as a module. My fuse subsystem is functional since I have two fully operational fuse.sshfs mounts. /mnt0 is an existing directory: [EMAIL PROTECTED]:~# ls -al /mnt0/ total 8 drwxr-xr-x 2 root root 4096 2006-12-22 01:14 . drwxr-xr-x 20 root root 4096 2007-09-15 13:27 .. [EMAIL PROTECTED]:~# Any further hints/debugging pointers will be greatly appreciated. Peter ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ ntfs-3g-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ntfs-3g-devel
