Announcement

Collapse
No announcement yet.

I can't unmount usb flash disks

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    I can't unmount usb flash disks

    hello. When I try to unmount a flash disk, I get this:
    http://img74.imageshack.us/img74/8788/hatatz4.jpg
    This happens if I try to unmount it by clicking "Safely remove" after copying some files to it. What should I do to get rid of this?

    #2
    Re: I can't unmount usb flash disks

    I'd first try removing the spaces from the mount point (e.g. set it to /media/stone_plus).
    For external use only.

    Comment


      #3
      Re: I can't unmount usb flash disks

      You can also replace the 'space' with '\040' instead. So, instead of having:
      Code:
      /media/Stone Plus
      you have:
      Code:
      /media/Stone\040Plus
      Windows no longer obstructs my view.
      Using Kubuntu Linux since March 23, 2007.
      "It is a capital mistake to theorize before one has data." - Sherlock Holmes

      Comment


        #4
        Re: I can't unmount usb flash disks

        Also make sure you don't have any files open that are on the drive. Close all files before trying to unmount.

        Comment


          #5
          Re: I can't unmount usb flash disks

          I don't think it's about that space because I didn't have such a problem with other distributions with the same device That's my mp3 player and I'm having this problem with all usb drives. Any other ideas?

          Comment


            #6
            Re: I can't unmount usb flash disks

            If you are running Feisty Fawn, you may have to unmount media as root.
            Asus G1S-X3:
            Intel Core2 Duo T7500, Nvidia GeForce 8600M GT, 4Gb PC2-5300, 320Gb Hitachi 7k320, Linux ( )

            Comment


              #7
              Re: I can't unmount usb flash disks

              If it's in your fstab, could you post the entry?
              If not, after inserting it, execute "mount" and post the line applicable to this drive.
              For external use only.

              Comment


                #8
                Re: I can't unmount usb flash disks

                It's not in the fstab.
                Here is the "mount" output:

                /dev/sda1 on / type ext3 (rw,errors=remount-ro)
                proc on /proc type proc (rw,noexec,nosuid,nodev)
                /sys on /sys type sysfs (rw,noexec,nosuid,nodev)
                varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
                varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
                procbususb on /proc/bus/usb type usbfs (rw)
                udev on /dev type tmpfs (rw,mode=0755)
                devshm on /dev/shm type tmpfs (rw)
                devpts on /dev/pts type devpts (rw,gid=5,mode=620)
                lrm on /lib/modules/2.6.20-16-generic/volatile type tmpfs (rw)
                /dev/sda3 on /home type ext3 (rw)
                /dev/disk/by-uuid/8CA8C337A8C31F18 on /media/sda4 type fuseblk (rw,nosuid,nodev,noatime,allow_other,blksize=4096)
                /dev/sdb1 on /media/disk type vfat (rw,nosuid,nodev,noatime,uid=1000,utf8,shortname=l ower)

                Comment


                  #9
                  Re: I can't unmount usb flash disks

                  Hmm...
                  Could you also post the output of "groups"?
                  For external use only.

                  Comment


                    #10
                    Re: I can't unmount usb flash disks

                    caglar@caglar:~$ groups
                    caglar adm dialout cdrom floppy audio dip video plugdev scanner netdev lpadmin powerdev admin vboxusers

                    Comment


                      #11
                      Re: I can't unmount usb flash disks

                      Hmm... Everything looks fine.

                      How are you mounting it? Just sticking it in and letting KDE mount it?
                      For external use only.

                      Comment


                        #12
                        Re: I can't unmount usb flash disks

                        Have you tried unmounting it as root? I know from experience, sometimes you have to unmount media as root.
                        Asus G1S-X3:
                        Intel Core2 Duo T7500, Nvidia GeForce 8600M GT, 4Gb PC2-5300, 320Gb Hitachi 7k320, Linux ( )

                        Comment


                          #13
                          Re: I can't unmount usb flash disks

                          Originally posted by integr8e
                          Have you tried unmounting it as root? I know from experience, sometimes you have to unmount media as root.
                          The point is to not have to unmount it as root. And you said that already.

                          And I also had a thought. Try sticking this in your fstab:
                          Code:
                          /dev/sdb1 /media/disk auto rw,nosuid,nodev,noatime,user,uid=1000,gid=1000,utf8,shortname=lower
                          Though I'd recommend looking up the UUID (look in /dev/disk/by-uuid) and selecting a different mount point.
                          For external use only.

                          Comment

                          Working...
                          X