> I want to test running my apps from the hdd, previosly I was 
> using nfs and I believe that writting the output files over 
> ethernet was slowing my app down. I am downloading the hdd 
> restore file restore_1_20_00_10.tar.gz to update my dvevm. 
> Once I have updated my dvevm how can I copy my apps to the 
> hdd? I'm still fairly new to linux so I'm not sure how to do 
> this, can I do the reverse of my previous setup and mount the 
> dvevm file system on my host machine?

Should be possible. If you boot the dvevm such that the files-sytem
mounted is on the hdd, then you should also be able to mount the nfs
file-system. To do this:

1). Create a mount point, for example, in the /mnt directory create a
folder called mynfs

# mkdir /mnt/mynfs

2). Mount your nfs file-system as follows:

# mount -t nfs <ip-addr>:/<nfs-path-on-host> /mnt/mynfs

Eg.

# mount -t nfs 192.168.1.100:/home/user/workdir/filesys /mnt/mynfs


Note that you could also do the reverse. Ie. mount the hdd when using a
file-system mounted via nfs.

Cheers
Jon
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to