Connecting Multiple Hard Drives - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: How Do I? (https://www.linux-noob.com/forums/forum-60.html) +--- Thread: Connecting Multiple Hard Drives (/thread-271.html) |
Connecting Multiple Hard Drives - Bakshara - 2012-01-31 Dungeon-Dave, I looked on this site: http://www.cyberciti.biz/faq/howto-linux-unix-delete-remove-file/ and used “rm -f fstab” under the /media and /mnt directories to delete the fstab files. Bakshara Connecting Multiple Hard Drives - Dungeon-Dave - 2012-01-31 Good. Did it work? Connecting Multiple Hard Drives - Bakshara - 2012-02-05 Yes it did! Connecting Multiple Hard Drives - Bakshara - 2012-03-29 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 Connecting Multiple Hard Drives - hybrid - 2012-04-06 Try replacing sdb2,0 with hd2,0. The way GRUB and the way Linux refer to the disks is different. Connecting Multiple Hard Drives - joe0121 - 2012-11-17 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. Connecting Multiple Hard Drives - joe0121 - 2012-11-17 Quote:Hybrid, If you FSCK on a mounted file system BAD THINGS can happen. |