LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   problem!!! i install netBSD at hdb which is slave harddisk (https://www.linuxquestions.org/questions/linux-general-1/problem-i-install-netbsd-at-hdb-which-is-slave-harddisk-310767/)

sayonarazzz 04-07-2005 11:56 AM

problem!!! i install netBSD at hdb which is slave harddisk
 
i install netBSD at hdb which is slave harddisk. it can boot but can't edit (i am root but can read only) such as mkdir , vi ... i use grub ...
title NetBSD2
root (hd1,3)
rootnoverify
chainloader +1
makeactive

title NetBSD
root (hd0,2)
rootnoverify
chainloader +1
makeactive
( i have 2 NetBSD. NetBSD in hd0,2 can edit anything (for root)
title Ubuntu,kernel 2.6.10-4-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.10-4-386 root=/dev/hda1 ro quiet splash
initrd /boot/initrd.img-2.6.10-4-386
savedefault
boot

t3gah 04-09-2005 04:39 AM

Re: problem!!! i install netBSD at hdb which is slave harddisk
 
Quote:

Originally posted by sayonarazzz
i install netBSD at hdb which is slave hard disk. it can boot but can't edit (i am root but can read only) such as mkdir , vi ... i use grub ...
Code:

title NetBSD2
root (hd1,3)
rootnoverify
chainloader +1
makeactive

title NetBSD
root (hd0,2)
rootnoverify
chainloader +1
makeactive

( i have 2 NetBSD. NetBSD in hd0,2 can edit anything (for root)

Code:

title Ubuntu,kernel 2.6.10-4-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.10-4-386 root=/dev/hda1 ro quiet splash
initrd /boot/initrd.img-2.6.10-4-386
savedefault
boot


Triple-boot? If you already have one NetBSD, what's the other one for? Why not just make a partition on it and mount it with the first NetBSD install??

What does /etc/fstab say?

And when you post the code, please put [/code] at the end of the output and [code] at the beginnning of the fstab config.


All times are GMT -5. The time now is 01:45 PM.