Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
mount failed: Unknown error 5005.
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
pegu
n00b
n00b


Joined: 19 Sep 2003
Posts: 49

PostPosted: Fri Sep 20, 2024 3:24 am    Post subject: mount failed: Unknown error 5005. Reply with quote

When I did the mounts part of the chroot process (lastest minmal install ISO) on an AMD Siena system I got:

Code:

livecd /mnt/gentoo # mount --make-slave /mnt/gentoo/run
mount: /mnt/gentoo/run: mount failed: Unknown error 5005.


What's the cause for the 5005 error and is there a work around?

BTW I had to use the system ASAP so I installed a different distro without problems and it's is running fine now.
Back to top
View user's profile Send private message
alamahant
Advocate
Advocate


Joined: 23 Mar 2019
Posts: 3914

PostPosted: Fri Sep 20, 2024 8:35 am    Post subject: Reply with quote

Please have a look here
Code:

root #mount --rbind /dev /mnt/mychroot/dev
root #mount --make-rslave /mnt/mychroot/dev
root #mount -t proc /proc /mnt/mychroot/proc
root #mount --rbind /sys /mnt/mychroot/sys
root #mount --make-rslave /mnt/mychroot/sys
root #mount --rbind /tmp /mnt/mychroot/tmp
root #mount --bind /run /mnt/mychroot/run

You used the wrong invocation to mount run.
_________________
:)
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