Find the answer to your Linux question:
Results 1 to 2 of 2
hi, How can i use the mount command for getting the files in another system. for eg., consider system A as file in /usr/local/install.sh i want to ge tthis file ...
  1. #1
    Just Joined!
    Join Date
    Feb 2008
    Posts
    2

    how to use mount command to get the file in another system

    hi,

    How can i use the mount command for getting the files in another system. for eg., consider system A as file in /usr/local/install.sh i want to ge tthis file with the help of mount command.

    Post your replies.

    thanks.

  2. #2
    Linux User glennzo's Avatar
    Join Date
    Sep 2004
    Location
    Salem, Mass
    Posts
    434
    You need to mount the other system's partition, then you will have access to the files. Here's an example. The other system is on /dev/sda5. To mount /dev/sda5 you first need to create a mount point, mkdir /media/other then mount the partition, mount -t ext3 /dev/sda5 /media/other. Browse to the /media/other folder to access the files.
    Glenn
    Powered by Fedora 16 and Arch Linux

Posting Permissions

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