[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ntfs-3g does not mount any more



Am Sonntag, 10. Juli 2011 schrieb Camaleón:
> On Sun, 10 Jul 2011 16:04:05 +0200, Hans-J. Ullrich wrote:
> > Am Sonntag, 10. Juli 2011 schrieb Camaleón:
> (...)
> 
> >> How are you mounting the volume? And how about your syslog file? This
> 
> >> is what I get:
> (...)
> 
> > I am using the same syntax as always: ntfs-3g /dev/sda2 /mnt
> > 
> > and doing this at root.
> > /var/log/syslog is telling me nothing, what is starnge....
> 
> (...)
> 
> Yes, it's not normal. Despite working or not, it should output
> "something" (success, error, warning, conflicts...).
> 
> How about making it more verbose?
> 
> ntfs-3g -o debug /dev/sda2 /mnt
> 
> Greetings,
Nope, doing so is getting no output again. But look at the strace output (only 
last lines)

-----------
pread(3, "eO\0\0\0\0\0\0?\34\0\0\0\0U\34\0\0$\0S\0D\0S\0\0\0\0\0\0\0"..., 512, 
9510400) = 512
pread(3, "INDX(\0\t\0\217\341k\2\0\0\0\0\10\0\0\0\0\0\0\0@\0\0\0p\f\0\0"..., 
4096, 19811799552) = 4096
open("/dev/null", O_RDWR)               = 4
close(4)                                = 0
stat("/mnt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/dev/fuse", O_RDWR)               = 4
getgid()                                = 0
getuid()                                = 0
mount("/dev/sda2", "/mnt", "fuseblk", MS_NOSUID|MS_NODEV, 
"allow_other,blksize=512,fd=4,roo"...) = 0
geteuid()                               = 0
lstat("/etc/mtab", {st_mode=S_IFREG|0644, st_size=1012, ...}) = 0
access("/etc/mtab", W_OK)               = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
child_tidptr=0x7fd5a048f9d0) = 31397
wait4(31397, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 31397
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
umount("/mnt", MNT_DETACH)              = 0
close(4)                                = 0
fsync(3)                                = 0
fcntl(3, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0
close(3)                                = 0
munmap(0x7fd5a04a0000, 135168)          = 0
exit_group(21)                          = ?


-----------

I think, it might have something to do with "fuse". 

Regards

Hans





Reply to: