PDA

View Full Version : [all variants] Install gone bad - need to fix fstab PLS HELP



Joe Ker1086
November 28th, 2009, 09:59 PM
ok, ill make it short, i have a messed up fstab and need to fix it...i booted into a live cd (fedora) and it is not letting me save the corrections to my fstab. PLEASE HELP! I am so close to fixing this problem and I know what i need to do but cant because it will not save.

Joe Ker1086
November 28th, 2009, 11:02 PM
ok, nevermind, i got it. This is what I did if anyone else runs into this problem:


mkdir /mnt/arch
mount /dev/<root-device> /mnt/arch
mount /dev/<boot-device> /mnt/arch/boot
mount --bind /proc /mnt/arch/proc
mount --bind /dev /mnt/arch/dev
mount --bind /sys /mnt/arch/sys
chroot /mnt/arch

After this


nano /etc/fstab

and i was able to edit it. Hope this helps someone.