How to load a source from a unix box to same unix box target without copying in to the local machine and please tell me, How to rig up the mapping and where to give the path?

Questions by binoy_pa   answers by binoy_pa

Showing Answers 1 - 6 of 6 Answers

Amaresh Ojha

  • Dec 21st, 2006
 

we can use NFS to load it . Start NFS services on both the machines.

If you are trying to use some file without copying it use lofiadm command

# lofiadm -a /export/home/sol-10-u6-ga1-sparc-dvd.iso

It returns a /dev/lofi/# path

Mount this path to a directory

# mount -F hsfs -o ro /dev/lofi/# /mnt

When done unmount and delete the lofi device

# umount /mnt
# lofiadm -d /dev/lofi/#

Hope it helps...or let us know more about what you want.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions