I want to mount an external HDD.I have tried many things but still no success.When i try to mount it from Disk Utility i get this error:
Error mounting: mount exited with exit code 1: helper failed with: Unprivileged user can not mount NTFS block devices using the external FUSE library. Either mount the volume as root, or rebuild NTFS-3G with integrated FUSE support and make it setuid root.
I just got a new flash drive, it worked fine, but then I started messing with this app called "storage device manager" and now when I try to mount the flash drive, I get this:
Error mounting: mount exited with exit code 1: helper failed with:
Unprivileged user can not mount NTFS block devices using the external FUSE
library.
Before I upgraded to 11.2 I could normally mount my NTFS partition from an external harddrive no there is this error:
Code:
Error mounting: mount exited with exit code 32: mount:
unknown filesystem type 'ntfs'
If I mount via terminal with mount -t ntfs-3g it is working.
The same problem I had with my Truecrypt partition in NTFS, but there I could solve the
Hi,
I have Ubuntu 9.10 on an Acer Aspire One (to play and learn Linux). I installed an Apache 2 web server
and that works fine. However, I want to be able to see files on an external USB drive.
I wanted to auto-mount all the partitions in my system, (i.e. the C,D,E and F drives from windows). I used ntfs config tool to do that, but it throws me an error when I check the mount selection for my C drive, the one that has Windows installed on it.
Error mounting: mount exited with exit code 12: Failed to read last sector (2930275119): Invalid argument
HINTS: Either the volume is a RAID/LDM but it wasn't setup yet,
or it was not setup correctly (e.g.
I have Ubuntu Linux 12.04 version the latest right now.I want to mount an external HDD NTFS 1TB.I have followed many guides but still no success.The error I'm getting is this:
Failed to read last sector (1953523119): Invalid argument
HINTS: Either the volume is a RAID/LDM but it wasn't setup yet,
or it was not setup correctly (e.g.
Hi, I have an ntfs partition on which i had windows xp installed and was working fine until recently it became inaccessible.
in nautilus, i see the volume label and from the command line, the system recognizes the partition as ntfs and sees its label.
If tried to mount it from within nautilus but i get a mount failed with exit code 2 error.
On the command line, when i try ntfsfix /dev/sda2 on i
Hi all,I am having trouble with ntfs-3g. I can't mount my external hdd (automatically) as simple user. I can do it manually as root and everything works fine but is not what i want. I prefer to do be able to manipulate files as user. Ofc i can gksu thunar anytime but still is not the same.I google about it and i even found some threads here but nothing has work for me so far.