Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

mounting /dev/sdb on startup

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
PL99
Posts: 22
Joined: 2004-03-05 21:43
Location: Austria

mounting /dev/sdb on startup

#1 Post by PL99 »

Hi

I've edit /etc/fstab and added the following line:

Code: Select all

/dev/sdb    /home    ext3   errors=remount-ro   0   1
I want to use the complete HD as the /home directory.
But when I login as root I don't see the /home directory and I can't mount it like this:

Code: Select all

 mount /dev/sdb /home
Am I forgetting something?

thx

mark
Posts: 37
Joined: 2004-02-15 22:28

#2 Post by mark »

What do you get when you try:

Code: Select all

$ mount /home

PL99
Posts: 22
Joined: 2004-03-05 21:43
Location: Austria

#3 Post by PL99 »

:oops: mount: fs type ext3 not supported by kernel :oops:

Post Reply