Results 1 to 4 of 4
What are the commands for:
1. mounting a filesystem.
2. viewing the mounted filesystems
3. unmounting the filesystem...
- 06-23-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 3
RHEL Filesystem Command
What are the commands for:
1. mounting a filesystem.
2. viewing the mounted filesystems
3. unmounting the filesystem
- 06-23-2009 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Have a look at the manpages for mount and umount, that should cover what you're looking for.
- 06-23-2009 #3Just Joined!
- Join Date
- Jun 2009
- Posts
- 4
if you type "mounting command in linux" in google...the first hit has good information..
Svetlana
- 06-23-2009 #4
All files accessible in a Unix/Linux system are arranged in one big tree. These files can be spread out over several devices. This commands serve to attach the file system found on some device to the big file tree.
Man is your friend


Reply With Quote