Mounting external drive does not work anymore

14,293

This is Debian Bug #631504 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631504).

As is also mentioned there, the entry in fstab for /media/usb0 should not be there. It prevents Gnome from mounting the USB drive automatically and with the right permissions. This line (or lines, I had two of them, one for /media/usb0 and one for /media/usb1) should be commented out. This worked for me. I am not sure where this line is coming from in a fresh Wheezy install, a posting in the bug report mentioned above presumes that it might have something to do with installing Wheezy from an USB-stick.

Share:
14,293

Related videos on Youtube

Andre Morua
Author by

Andre Morua

Updated on September 18, 2022

Comments

  • Andre Morua
    Andre Morua almost 2 years
    ~$ dmesg | tail
    [  479.558062] usb 1-1: SerialNumber: S07F1601A00000090095
    [  479.559231] scsi7 : usb-storage 1-1:1.0
    [  480.557093] scsi 7:0:0:0: Direct-Access     Ext Hard  Disk                 PQ: 0 ANSI: 4
    [  480.558308] sd 7:0:0:0: Attached scsi generic sg1 type 0
    [  480.559916] sd 7:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
    [  480.560421] sd 7:0:0:0: [sdb] Write Protect is off
    [  480.560426] sd 7:0:0:0: [sdb] Mode Sense: 10 00 00 00
    [  480.560793] sd 7:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [  480.573472]  sdb: sdb1
    [  480.575421] sd 7:0:0:0: [sdb] Attached SCSI disk
    

    If i click on the HDD in nautilus 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. Please see more information at
    http://tuxera.com/community/ntfs-3g-faq/#unprivileged
    

    Any help?

    • Andre Morua
      Andre Morua over 11 years
      Mind that I dont want it to be mounted on boot. It should be automounted if plugged in. But I switched back to Ubuntu 12.04. Debian is not made for Netbooks.
    • Jeff Hewitt
      Jeff Hewitt about 11 years
      I beg to differ. Debian works perfectly with my Dell Mini netbook. To be fair, though, I'm talking about squeeze not wheezy.
  • Andre Morua
    Andre Morua over 11 years
    sudo adduser manuel disk did not solve the problem. I am in these groups: disk cdrom floppy sudo audio dip video plugdev scanner bluetooth netdev
  • schaiba
    schaiba over 11 years
    If you start nautilus as root, it works, right? BTW, you said "doesn't work anymore". What changed? An update?
  • Andre Morua
    Andre Morua over 11 years
    Yesas root it works according th fstab entry /dev/sdb1 /media/usb0 auto rw,user,noauto 0 0. I was wrong it did never work.
  • sashoalm
    sashoalm over 10 years
    I also had the same problem, and I too had installed from a USB stick. Thanks for the solution!