I think this is pretty simple. If this is your second hard drive, and only has the one partition, then:
mount -t ext? /dev/hdb1 /var/ftp
(make sure that the existing /var/ftp directory is empty). If this works then edit /etc/fstab accordingly. Then
rmdir /new
If you're just wanting to rename a directory:
mv /old_dir_name /new_dir_name
If this is incorrect, guru's feel free to correct me...
Last edited by peeples; 10-21-2002 at 07:43 AM.
|