View previous topic :: View next topic |
Author |
Message |
ninja n00b
Joined: 17 Apr 2002 Posts: 26 Location: Melbourne, Australia
|
Posted: Thu Apr 18, 2002 2:20 pm Post subject: fstab |
|
|
i have errors im my fstab file, ho do i edit it after a base install none of the other text editors such as vi or nano seem to be installed help |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Thu Apr 18, 2002 2:57 pm Post subject: Re: fstab |
|
|
ninja wrote: | i have errors im my fstab file, ho do i edit it after a base install none of the other text editors such as vi or nano seem to be installed help |
After the base install, nano is installed in /usr/bin/nano by default. Unless something's mucked up with your installation, it should be there. (try typing 'which nano' to see if it's installed in another directory contained in your $PATH)
To edit your fstab file, simply type 'nano -w /etc/fstab' _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
ninja n00b
Joined: 17 Apr 2002 Posts: 26 Location: Melbourne, Australia
|
Posted: Thu Apr 18, 2002 3:30 pm Post subject: |
|
|
i tried typing nano /etc/fstab but it said unknown command |
|
Back to top |
|
|
sh\fted! n00b
Joined: 18 Apr 2002 Posts: 7
|
Posted: Thu Apr 18, 2002 3:31 pm Post subject: |
|
|
try this
*boot of the install cd
*remount the paritions as in the install guide, and chroot again
you should have a working vi/nano now.. make your changes
*exit out of the chroot
*umount the partitions
*restart |
|
Back to top |
|
|
|