Results 1 to 7 of 7
Hello,
when I try to mount an external hd, the error in attach appears. I have Wheezy with kernel 3.0 and Gnome.
What I have to do?
Thank you!!
Schermata.jpg...
- 09-20-2011 #1Just Joined!
- Join Date
- Aug 2011
- Location
- Italy
- Posts
- 13
Problem mounting external HD
Hello,
when I try to mount an external hd, the error in attach appears. I have Wheezy with kernel 3.0 and Gnome.
What I have to do?
Thank you!!
Schermata.jpg
- 09-20-2011 #2Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,935
Post more information. The image you posted would indicate you are trying to mount an ntfs partition. Is this a windows data partition? Do you have a windows system installed somewhere? Did you try to mount as root? I don't know if Debian has ntfs-3g by default, you might investigate that. It would be useful for someone to help you if you posted exactly how you tried to mount, clicking on some icon, command from terminal??What I have to do?
- 09-20-2011 #3Just Joined!
- Join Date
- Aug 2011
- Location
- Italy
- Posts
- 13
- 09-20-2011 #4Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,935
The error message in the image you posted states "unprivileged user cannot mount ntfs block devices..."
ntfs is a windows only filesystem. You cannot mount as user, you need to be root. ntfs-3g is software for read/write of ntfs partitions from Linux.
What do you have on the external drive?
What happens if you plug in the drive in before booting?
Is Debian the only operating system you have?
How many hard drives do you have?
Can you boot Debian? If so, open a terminal and get drive/partition information to post by running this command as root: fdisk -l(lower case Letter L in the command).
Do you have auto set in your /etc/fstab file for whichever partition you are trying to mount?
- 09-21-2011 #5Just Joined!
- Join Date
- Aug 2011
- Location
- Italy
- Posts
- 13
- 09-23-2011 #6Just Joined!
- Join Date
- Sep 2011
- Posts
- 5
Hi,
I am just wondering if anyone is experiencing same issue as me. When I plug external HDD through USB port it works fine, but when I right click to select safely remove this device for the past two times I have done this has caused my computer to freeze. Anyone able to shed some light on this issue?
Regards,
Sergei
- 09-24-2011 #7
Instead of selecting 'Safely Remove' in GUI, try umount command in Terminal and post error message here, if any.
Code:umount /dev/<device_name>
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote

