Comment 5 for bug 35354

Revision history for this message
Martin Pitt (pitti) wrote : Re: Nautilus doesn't handles NTFS-FUSE mounted devices correctly

OK, so hal does not detect /dev/hda1 as mouted. It consults /proc/mounts to determine that; can you please copy&paste the output of

 grep hda1 /proc/mounts

here? I have the strong suspicion that it doesn't appear there. Does 'fuse' mean that some userspace thing accesses the ntfs drive without actually mounting it? (i. e. some FUSE plugin to access NTFS drives).

If it does not appear in /proc/mounts, what is the output of 'mount'?