Originally posted by: LeoAN
i couldn't suggest anything on the scp as i'm not sure why it behave's differently.
You could try copying the whole ISO to your NFS server, mount it there and share it.
Here are some commands which can be used to mount the ISO
#/usr/sbin/crfs -v jfs -g rootvg -a size=800 -m/cd1iso -Ano -pro -tno -a frag=4096 -a nbpi=4096 -a ag=8
This command creates the /cd1iso file system on the rootvg volume group.
Now dd the "iso" image into rlv00
-
dd if=image.iso of=/dev/lv00 bs=10M
Use chfs to change the attributes of a file system:
-
chfs -a vfs=cdrom cd1iso
-
mount /cd1iso