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 ...
- 02-22-2008 #1Just 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.
- 02-22-2008 #2
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


Reply With Quote