You are not logged in.

#1 2007-10-09 19:23:42

jfca283
Member
From: Santiago, Chile
Registered: 2007-10-09
Posts: 177

arch Mounting Local Filesystems busy remains forever

so, what can i do?
i edited my fstab and now my can't start
there is a recovery console to fix that?
i need just erase one line with nano, that's all
any idea?

Offline

#2 2007-10-09 19:50:43

peart
Member
From: Kanuckistan
Registered: 2003-07-28
Posts: 510

Re: arch Mounting Local Filesystems busy remains forever

Use your installation cd to boot, mount your root partition, and edit the file.

Offline

#3 2007-10-09 20:15:23

jfca283
Member
From: Santiago, Chile
Registered: 2007-10-09
Posts: 177

Re: arch Mounting Local Filesystems busy remains forever

how do i make it?

Offline

#4 2007-10-09 20:51:44

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,155

Re: arch Mounting Local Filesystems busy remains forever

Use any working computer with  a cd or dvd writer , download the latest iso from http://www.archlinux.org/download/ , and burn it to a cd .

Any decent cd burning program (regardless of OS) can burn isos.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#5 2007-10-09 20:55:29

jfca283
Member
From: Santiago, Chile
Registered: 2007-10-09
Posts: 177

Re: arch Mounting Local Filesystems busy remains forever

i mean the commands
would it be
mkdir /mnt/arch
mount /dev/sda2 /mnt/arch
chroot /bin/bash  /mnt/arch
nano /etc/fstab
??????????????????????

Offline

#6 2007-10-09 21:06:40

peart
Member
From: Kanuckistan
Registered: 2003-07-28
Posts: 510

Re: arch Mounting Local Filesystems busy remains forever

mkdir /mnt/arch
mount /dev/sda2 /mnt/arch
nano /mnt/arch/etc/fstab

No need to chroot.  Otherwise, you had it right.

Offline

#7 2007-10-09 21:07:55

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,155

Re: arch Mounting Local Filesystems busy remains forever

Ok, i misunderstood.

If sda2 is you root partition then this should work :

mkdir /mnt/arch
mount /dev/sda2 /mnt/arch
nano /mnt/arch/etc/fstab

Iirc the chroot is not necessary.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#8 2007-10-09 21:28:51

jfca283
Member
From: Santiago, Chile
Registered: 2007-10-09
Posts: 177

Re: arch Mounting Local Filesystems busy remains forever

it worked very good
thanks

Offline

Board footer

Powered by FluxBB