On 13:36:22 Nov 01, Chris Kuethe wrote: > As long as your filesystems are still readable, you can use a more > comfortable tool: > > mount /dev/wd0a /mnt > mount /dev/wd0d /mnt/var > mount /dev/wd0e /mnt/usr > /mnt/usr/sbin/chroot /mnt > vi (or mg) /etc/fstab > > you could possibly even just copy your fstab from your freshly mounted > /var (/var/backups/etc_fstab.*) >
This is what I was also wondering Chris. I always vi in single user mode. Or since I have an NFS mount on my network I mount it thro' NFS after assigning a static IP (DHCP does not work) and work. I have never had to use ed either in single user mode or for scripting. I use vim all the time. He he. -Girish

