Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
/boot is empty
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
ursusca
Apprentice
Apprentice


Joined: 10 Sep 2008
Posts: 284
Location: Toronto ON, CANADA

PostPosted: Thu Oct 23, 2008 2:28 pm    Post subject: /boot is empty Reply with quote

I can't undestand what happend but my /boot directory is empty now. How can I recover it?
Back to top
View user's profile Send private message
timeBandit
Bodhisattva
Bodhisattva


Joined: 31 Dec 2004
Posts: 2719
Location: here, there or in transit

PostPosted: Thu Oct 23, 2008 2:32 pm    Post subject: Reply with quote

Perhaps you forgot to mount it?
Code:
# mount /boot

_________________
Plants are pithy, brooks tend to babble--I'm content to lie between them.
Super-short f.g.o checklist: Search first, strip comments, mark solved, help others.
Back to top
View user's profile Send private message
ursusca
Apprentice
Apprentice


Joined: 10 Sep 2008
Posts: 284
Location: Toronto ON, CANADA

PostPosted: Thu Oct 23, 2008 2:40 pm    Post subject: Reply with quote

timeBandit wrote:
Perhaps you forgot to mount it?
Code:
# mount /boot

Realy it was unmount....? Thank you!
Back to top
View user's profile Send private message
szczerb
Veteran
Veteran


Joined: 24 Feb 2007
Posts: 1709
Location: Poland => Lodz

PostPosted: Thu Oct 23, 2008 3:03 pm    Post subject: Reply with quote

It is mounted only if you mount it :)
Back to top
View user's profile Send private message
timeBandit
Bodhisattva
Bodhisattva


Joined: 31 Dec 2004
Posts: 2719
Location: here, there or in transit

PostPosted: Thu Oct 23, 2008 3:22 pm    Post subject: Reply with quote

The reason /boot was not mounted is found in /etc/fstab:
Code:
bandit@rockchuck ~ $ grep /boot /etc/fstab
/dev/sda2       /boot           ext3            noauto,noatime          1 1
That noauto option means "do not automatically mount when starting the system." It gives the files under /boot (i.e., your kernel) a measure of protection from accidental damage.
_________________
Plants are pithy, brooks tend to babble--I'm content to lie between them.
Super-short f.g.o checklist: Search first, strip comments, mark solved, help others.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things 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