You are not logged in.

#1 2010-07-17 13:49:31

METZGERR
Member
Registered: 2010-07-14
Posts: 28

[SOLVED]NFS Daemons broke Rc.conf - Arch unbootable

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

#2 2010-07-17 14:42:44

METZGERR
Member
Registered: 2010-07-14
Posts: 28

Re: [SOLVED]NFS Daemons broke Rc.conf - Arch unbootable

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

Board footer

Powered by FluxBB