View previous topic :: View next topic |
Author |
Message |
Bananaman n00b
Joined: 30 Mar 2024 Posts: 4 Location: Bananaland
|
Posted: Fri Apr 12, 2024 8:53 pm Post subject: Cannot umount partitions for first reboot |
|
|
On the last section of the Gentoo Handbook it tells the user to unmount all partitions, then reboot. But the third command is giving me the error, "target is busy". What must be done to solve this?
Code: | (chroot) livecd / # exit
exit
livecd /mnt/gentoo/efi # cd
livecd ~ # umount -l /mnt/gentoo/efi/dev{/shm,/pts,}
livecd ~ # umount -R /mnt/gentoo/efi
umount: /mnt/gentoo/efi: target is busy. |
|
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54577 Location: 56N 3W
|
Posted: Fri Apr 12, 2024 9:27 pm Post subject: |
|
|
Bananaman,
Something has an open file or is holding the directories open.
Its harmless. The command or command will tidy up for you.
Other shutdown commands will just shutdown and leave things in a mess. That's not so good. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
Bananaman n00b
Joined: 30 Mar 2024 Posts: 4 Location: Bananaland
|
Posted: Fri Apr 12, 2024 9:35 pm Post subject: |
|
|
NeddySeagoon wrote: | Bananaman,
Something has an open file or is holding the directories open.
Its harmless. The command or command will tidy up for you.
Other shutdown commands will just shutdown and leave things in a mess. That's not so good. |
I have closed out of all background programs related to the partitions and tried both commands you suggested. Still getting the "target is busy" error.
Edit: My apologies, I was trying to and the partitions and not
The system has shutdown successfully. Thanks! |
|
Back to top |
|
|
|