- 10 Abr 2009
- 1.334
- 9
- 0
Thanx onzifonzi!!!
CIFS protocol for streaming, how to "mount" Windows "shared foldere" in E2:
How to mount NAS with NFS protocol, i.e. Linux based, starting with a Q:
Not sure about the last bit, haven't tried this yet...
Anyone with more tested and detailed info?
CIFS protocol for streaming, how to "mount" Windows "shared foldere" in E2:
Here is syntax for mount windows share:
Código:mount -t cifs \\\\IPofWINDOWS\\sharename /media/net -o username=user,pass=password
How to mount NAS with NFS protocol, i.e. Linux based, starting with a Q:
Answer:I like to mount a path to my network drive, it is a Synology.
On my VU+ it is done in auto.network like this:
But here does not work, any idea ?Código:video -fstype=nfs,rw,soft,tcp,nolock,rsi ze=8192,wsize=8192 192.168.0.100:/volume1/video
NFS Mount:
Código:mkdir /mnt/nfs mount -t nfs 192.xxx.xxx.xxx:/xya/xyb /mnt/nfs -o rw,nolock,intr,soft,udp
for automount, add the line in /etc/init.d/rcS
Not sure about the last bit, haven't tried this yet...
Anyone with more tested and detailed info?
