Comment 8 for bug 268123

Revision history for this message
Colin Ian King (colin-king) wrote : Re: Intrepid: Wubi fails to mount sda1

Szabolcs.

Any idea why the ntfs-3g mount via fuse is getting -EBUSY on the mount below:

[pid 2143] stat64("/dev/sda1", {st_mode=S_IFBLK|0660, st_rdev=makedev(8, 1), ...}) = 0
[pid 2143] mount("/dev/sda1", "/tmp/ntfs", "fuseblk", MS_NOSUID|MS_NODEV|MS_SILENT, "allow_other,blksize=4096") = -1 EBUSY (Device or resource busy)
[pid 2143] write(2, "mount: mounting /dev/sda1 on /tm"..., 71mount: mounting /dev/sda1 on /tmp/ntfs failed: Device or resource busy
) = 71

..this is from my log above (http://launchpadlibrarian.net/17508675/strace.log)