in a typical init, are /usr and /opt needed?

that's what I tbought. hmm.. 
must I reformat the partition after resizing it?
Could I just get away with a simple e2fsck on a resized partition?

> umount /opt
> mount /dev/hda8 /mnt
> cd /mnt
> mv * /opt
> cd /usr/local
> mv * /mnt
> cd /
> umount /dev/hda8
> mount /dev/hda8 /usr/local
> telinit 3
> (wait, wait)
> (verify things are ok)
> 
> edit /etc/fstab
> change:
> /dev/hda8 <blah> /opt
> to:
> dev/hda8 <blah> /usr/local

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

_______________________________________________
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users

Reply via email to