Find the answer to your Linux question:
Results 1 to 4 of 4
What are the commands for: 1. mounting a filesystem. 2. viewing the mounted filesystems 3. unmounting the filesystem...
  1. #1
    Just 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

  2. #2
    Linux 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.

  3. #3
    Just Joined!
    Join Date
    Jun 2009
    Posts
    4
    if you type "mounting command in linux" in google...the first hit has good information..


    Svetlana

  4. #4
    Linux Newbie ursusca's Avatar
    Join Date
    Dec 2008
    Location
    Toronto
    Posts
    112
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...