Mounting 2 ntfs partitions in Ubuntu

Hi,

Mine looks like this:

/dev/sdb1 /media/windows ntfs-3g defaults,locale=en_US.utf8 0 0
/dev/sdb2 /media/windows ntfs-3g defaults,locale=en_US.utf8 0 0

When I run sudo mount -a I get this message:

fusermount: mountpoint is not empty
fusermount: if you are sure this is safe, use the 'nonempty' mount option
Retrying mount ...
fusermount: mountpoint is not empty
fusermount: if you are sure this is safe, use the 'nonempty' mount option
Failed to mount NTFSUnmounting /dev/sdb2 (Media)
 
Back
Top Bottom