View previous topic :: View next topic |
Author |
Message |
FastTurtle Guru
Joined: 03 Sep 2002 Posts: 500 Location: Flakey Shake & Bake Caliornia, USA
|
Posted: Sun Apr 14, 2013 3:29 am Post subject: Solved - Need to unbind /dev from /mnt/gentoo |
|
|
I've not found the command syntax to unbind /dev & /sys from /mnt/gentoo and I need it since it turns out I screwed up the partitioning and don't want to reboot the damn system just to solve the problem.
I've attempted umount -f /mnt/gentoo but get the damn message that /mnt/gentoo is busy (no shit since both /dev and /sys are connected there). Any help would be appreciated
Last edited by FastTurtle on Sun Apr 14, 2013 9:09 am; edited 1 time in total |
|
Back to top |
|
|
DONAHUE Watchman
Joined: 09 Dec 2006 Posts: 7651 Location: Goose Creek SC
|
Posted: Sun Apr 14, 2013 3:43 am Post subject: |
|
|
graceful exit:
Code: | exit
cd
umount -l /mnt/gentoo/dev{/shm,/pts,}
umount -l /mnt/gentoo{/boot,/proc,}
reboot |
reboot not required for your purpose _________________ Defund the FCC. |
|
Back to top |
|
|
FastTurtle Guru
Joined: 03 Sep 2002 Posts: 500 Location: Flakey Shake & Bake Caliornia, USA
|
Posted: Sun Apr 14, 2013 9:09 am Post subject: |
|
|
Thanks for the confirmation as I'd remembered how to do it.
Nice to see how to get proc and such also unmounted. |
|
Back to top |
|
|
|