From: Adrian M. <ad...@mc...> - 2001-10-13 15:55:40
|
On Saturday 06 October 2001 4:59 pm, M. R. Brown wrote: > > Note: Currently the best way to verify that your DC mouse, keyboard, and > controller are working is to use the distro provided at m17n.org. With a > bit of hacking, you can set this up as your NFSROOT, so you can just move > apps their when your ready to test. It comes with all of the /dev nodes > created (actually it uses devfs). Do *not* use the kernel supplied with > that distro, as it's hopelessly out of date. Do compile IP > autoconfiguration and NFS root support into your kernel. I've attached my > /etc/fstab file. Here are my kernel command-line args: > > mem=16M video=pvr2fb:640x480-16 root=/dev/nfs \ > nfsroot=192.168.1.11:/home/mrbrown/dcdev/nfs/nfsroot \ > ip=192.168.1.21::192.168.1.254:255.255.255.0:blackbox::off > > Read linux/Documentation/nfsroot.txt for more info. > I have been able to successfully (?) set up my DC to mount an NFS partition as root (busybox), but the file system is only being mounted as readonly - which is next to useless. I can't spot any configuration error, maybe somebody here can. exports file on ix86 box... /home/Adrian/nfs/initrd dreamy(rw,no_root_squash) #Dreamcast shell kernel command line... commandline: .ascii "mem=16M video=pvr2fb root=/dev/nfs nfsroot=192.168.62.123:/home/Adrian/nfs/initrd ip=192.168.62.2:192.168.62.123::255.255.255.0:dreamy::rarp" .byte 0 .end I'm not using an /etc/fstab file on the DC at the moment - as it makes no difference whether I use one or not - it all still mounts as ro. Any help? Thanks Adrian |