Linux-Noob Forums

Full Version: Connecting Multiple Hard Drives
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4

Dungeon-Dave,

 

I looked on this site: http://www.cyberciti.biz/faq/howto-linux...move-file/ and used “rm -f fstab” under the /media and /mnt directories to delete the fstab files.

 

Bakshara

Good. Did it work?
Yes it did!

I'm not sure this applies here, but: Multi-Boot

 

Under /boot/grub I gedited menu.lst.

The first time, at the end, I had, title "windoze severn"

rootnoverify (sdb2,0)

chainloader +1

On the muli-boot menu, when I tried to boot into windoze severn, I got this error, "rootnoverify (sdb2,0)

Error 23: Error while parsing number

 

Previous:

rootnoverify (/dev/sdb2,0)

chainloader +1

On the muli-boot menu, when I tried to boot into windoze severn, I got this error, "rootnoverify (/dev/sdb2,0)

Error 23: Error while parsing number

 

What do I need to do for this to work?

 

Bakshara

Try replacing sdb2,0 with hd2,0. The way GRUB and the way Linux refer to the disks is different.
Aww LVM I have a good deal of experiance dealing with LVM in Solaris. I'd like to mount different File systems on two different drives, say /home on one drive and everything else on another. Or set up a software raid without having to re-install my OS.

Quote:Hybrid,

 

As for, "fsck -- whether and when to check the file system for errors. 0 is off."

 

What would be the reason to have it off?

 

Thanks,

 

Bakshara
 

If you FSCK on a mounted file system BAD THINGS can happen.

Pages: 1 2 3 4