Can't Unmount dev/sda3 (boot device)

5,949

You can also try as root.

Step #1: In terminal type:

sudo -i

Step #2: In terminal type:

umount /dev/sda3

Sources: https://help.ubuntu.com/community/RootSudo

Share:
5,949

Related videos on Youtube

easynhappy
Author by

easynhappy

Updated on September 18, 2022

Comments

  • easynhappy
    easynhappy over 1 year

    Please help a frustrated user.

    I currently run only ubuntu 12.04: I cant seem to umount. I think the umount folder is lost. Tried all possible measures to no avail. Is there a way to force umount. I've been stuck with this umount issues for days now. I've already applied these but no luck: sudo umount /dev/sda3 I have equally tried umounting using gparted as well as utility :(

    • Avinash Raj
      Avinash Raj over 10 years
      upload gparted screenshot.And what was the output of sudo umount /dev/sda3?
    • Mitch
      Mitch over 10 years
      Try sudo umount -l /mnt, or sudo umount -f /mnt
    • easynhappy
      easynhappy over 10 years
      i tried uploading screen shots but appears i will need at least 10 reputations to do that. Gparted says: "the partition cannot be unmounted from the followeing mount points / Most likely, other partitions are also mounted on this mount points. You are advised to unmount them manually" When i used sudo umount /dev/sda3 it said " device is busy.
    • Avinash Raj
      Avinash Raj over 10 years
      upload the screenshot to imgur.com and post the link here.
    • easynhappy
      easynhappy over 10 years
      Here is the link to the screen shot imgur.com/edit
    • Avinash Raj
      Avinash Raj over 10 years
      edit the image link.
  • Avinash Raj
    Avinash Raj over 10 years
    plz post the screenshot link.
  • easynhappy
    easynhappy over 10 years
  • Avinash Raj
    Avinash Raj over 10 years
    i can't open it.Did you can?
  • metroandgnome3arebrothers
    metroandgnome3arebrothers over 10 years
    you are posting an invalid image link. right click on the image after uploading and choose "copy image location", then post that url here. I'm assuming you are using firefox, if not the steps will be slightly different.
  • easynhappy
    easynhappy over 10 years
    I did but unfortunately, there is no option as 'copy image location'. Howerever everything that is in seen on the image can be summarized as: Gparted says: "the partition cannot be unmounted from the followeing mount points / Most likely, other partitions are also mounted on this mount points. You are advised to unmount them manually" When i used sudo umount /dev/sda3 it said " device is busy.
  • easynhappy
    easynhappy over 10 years
    Gparted says: "the partition cannot be unmounted from the followeing mount points / Most likely, other partitions are also mounted on this mount points. You are advised to unmount them manually" When i used sudo umount /dev/sda3 it said " device is busy.
  • metroandgnome3arebrothers
    metroandgnome3arebrothers over 10 years
    have you tried the above "sudo -i", "umount /dev/sda3" it has more power than sudo, it also works well with the suggestion from Mitch eg "sudo -i" "umount -l /dev/sda3".
  • Avinash Raj
    Avinash Raj over 10 years
    plz post the correct gparted screenshot link.
  • metroandgnome3arebrothers
    metroandgnome3arebrothers over 10 years
    the screenshow would be nice in order to see what paritions you have and which others are mounted.
  • easynhappy
    easynhappy over 10 years
    Yes! i tried "sudo -i" "umount -l /sda3". But it says device is busy. Unfortunately, am not yet able to post screen shots here untill i get upto 10 reputations.
  • Avinash Raj
    Avinash Raj over 10 years
    your problem will be solved only using the gparted image.so plz upload gparted screenshot image to imgur.com and post the link. the link will look like this i.imgur.com/gUPlF8O.jpg.
  • metroandgnome3arebrothers
    metroandgnome3arebrothers over 10 years
    omg that roller coaster is the coolest thing I've ever seen.
  • metroandgnome3arebrothers
    metroandgnome3arebrothers over 10 years
    This is powerful enough to unmount the OS partition and may cause a reboot: "sudo fuser -km /dev/sda3"
  • easynhappy
    easynhappy over 10 years
    Thanks! Unmounted!!!!!!! sudo fuser -km /dev/sda3 helped :)
  • Reaz Murshed
    Reaz Murshed about 9 years
    sudo fuser -km /dev/sda3 unmounted the partition but everything goes black as it is the mount point of / I'm doing a data recovery as i accidentally removed my windows while installing ubuntu. Any idea?