Sponsored Content
Full Discussion: Help Help
Top Forums UNIX for Dummies Questions & Answers Help Help Post 6769 by LivinFree on Wednesday 12th of September 2001 07:13:12 AM
Old 09-12-2001
If you mean renamed the entire directory, then all you have to do is:
mv old-dir new-dir
You may also need to change ownership if that got changed somehow in the process:
chown user:group new-dir

For more help with those commands, type:
man mv and
man chown. (Press the spacebar to move down a page, the "b" key to move up, and "q" to quit man)

The CD may not be able to be unmounted while a user is accessing it - even if they're just in the same directory as where the CD is mounted it can keep it from unmounting. You will get an error similar to this from the umount command:
/path/to/cdrom : device is busy

In that case, you may need to go as far as kicking all of the users off to make sure none of them are "in your way".

Good luck!
 
UMOUNT.NFS(8)						      System Manager's Manual						     UMOUNT.NFS(8)

NAME
umount.nfs, umount.nfs4 - unmount a Network File System SYNOPSIS
umount.nfs dir [-fvnrlh ] DESCRIPTION
umount.nfs and umount.nfs4 are a part of nfs(5) utilities package, which provides NFS client functionality. umount.nfs4 and umount.nfs are meant to be used by the umount(8) command for unmounting NFS shares. This subcommand, however, can also be used as a standalone command with limited functionality. dir is the directory on which the file system is mounted. OPTIONS
-f Force unmount the file system in case of unreachable NFS system. -v Be verbose. -n Do not update /etc/mtab. By default, an entry is created in /etc/mtab for every mounted file system. Use this option to skip delet- ing an entry. -r In case unmounting fails, try to mount read-only. -l Lazy unmount. Detach the file system from the file system hierarchy now, and cleanup all references to the file system as soon as it is not busy anymore. -h Print help message. NOTE
For further information please refer nfs(5) and umount(8) manual pages. FILES
/etc/fstab file system table /etc/mtab table of mounted file systems SEE ALSO
nfs(5), umount(8), AUTHOR
Amit Gud <agud@redhat.com> 6 Jun 2006 UMOUNT.NFS(8)
All times are GMT -4. The time now is 10:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy