mounting pc in 1.6 OE backup @pro_dufa special

mghb

Registered
Messages
7
Hi
anybody knows how do I mount shared file on my pc?This image does't have mount manager in network.
 

ozkaradag

Registered
Messages
29
Hi,

To mount the entire image;

Telnet 192.168.x.x
root:
pass:
bm750# mount -t cifs //192.168.2.xx (pc ip) /f (share name) /media/net (media folder mount name) -o username=user (pc drop user), password=pass (pc user password)

You can then give the command cifs.

Example:
mount -t cifs //192.168.2.77/f /media/net -o username=vu, password=0
 

mghb

Registered
Messages
7
thanks for reply.but when I typed this command in telnet this message shows. can't find .......in etc/fstab
folder share=f computer name=MS
pc ip=192.168.0.1 and I typed
mount -t cifs //192.168.0.1/f/media/net -o username=vu,password=0
 

mghb

Registered
Messages
7
HI I do it without error in telnet but I can't see this mount in media player.what can I do?
 
Top