Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cannot umount partitions for first reboot
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Bananaman
n00b
n00b


Joined: 30 Mar 2024
Posts: 4
Location: Bananaland

PostPosted: Fri Apr 12, 2024 8:53 pm    Post subject: Cannot umount partitions for first reboot Reply with quote

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
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54272
Location: 56N 3W

PostPosted: Fri Apr 12, 2024 9:27 pm    Post subject: Reply with quote

Bananaman,

Something has an open file or is holding the directories open.

Its harmless. The
Code:
shutdown -h
command or
Code:
shutdown -r
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
View user's profile Send private message
Bananaman
n00b
n00b


Joined: 30 Mar 2024
Posts: 4
Location: Bananaland

PostPosted: Fri Apr 12, 2024 9:35 pm    Post subject: Reply with quote

NeddySeagoon wrote:
Bananaman,

Something has an open file or is holding the directories open.

Its harmless. The
Code:
shutdown -h
command or
Code:
shutdown -r
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
Quote:
umount -f
and
Quote:
umount -h
the partitions and not
Quote:
shutdown -h now

The system has shutdown successfully. Thanks!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum