Find the answer to your Linux question:
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...
  1. #1
    Just 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

  2. #2
    Linux Guru
    Join Date
    Oct 2007
    Location
    Tucson AZ
    Posts
    1,935
    What I have to do?
    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??

  3. #3
    Just Joined!
    Join Date
    Aug 2011
    Location
    Italy
    Posts
    13
    Quote Originally Posted by yancek View Post
    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??
    Here some info:

    - it is not a windows partition
    - no windows system installed
    - no root mounting, but after the login, I connect the usb cable

    - what does ntfs-3g do?
    - auto mount after the usb connection


    Riccardo

  4. #4
    Linux 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?

  5. #5
    Just Joined!
    Join Date
    Aug 2011
    Location
    Italy
    Posts
    13
    Quote Originally Posted by yancek View Post
    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?
    I solve the problem!!

    There was an entry device on /etc/fstab, I removed it and now I can mount the device!!

  6. #6
    Just 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

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •