You are not logged in.
Hello everyone,
I've tried to share a partition with NFS and followed the steps using the ArchWiki (http://wiki.archlinux.org/index.php/Nfs).
Following the point "deamons" I added
/etc/rc.d/rpcbind
/etc/rc.d/nfs-common
/etc/rc.d/nfs-server
to my /etc/rc.conf - however I have forgotten to put "start" behind each command.
Now Arch won't boot, the FallBack function isn't working, too.
How can i edit the rc.conf file?
Thanks and cheers
Last edited by METZGERR (2010-07-17 14:42:58)
Offline
Okay, solved it by my own following these steps, booting from the Arch CD:
mkdir /mnt/celtic #create a mount point
mount /dev/sd3 /mnt/celtic # mount partition: change /dev/sda3 with the name of partition where you installed root (/)...
cd /mnt/celtic/etc # move to /etc
nano rc.conf #edit your rc.conf
Offline