I’ve been trying to find and answer for this question for a week now.
Here is the answer:
mount -t cifs //device_ip/wdtvlivehub /path/to/mount
I hope it will help others
I’ve been trying to find and answer for this question for a week now.
Here is the answer:
mount -t cifs //device_ip/wdtvlivehub /path/to/mount
I hope it will help others
Wow. Never saw the question. I could have told ya that…
Hi,
I’ve been trying to mount WDTVLiveHub in to my Linkstation so I can copy downloaded content directory without using PC. However I’m getting “cannot find devive” error when I try the command you specified. Do you have any clue why?
Thanks,
To get the drive to automount on boot on linux i put the following into the fstab:
//device_ip/WDTVLiveHub /path/to/mount cifs username=guest,password=,nounix,uid=server,gid=server,rw,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
I was suprised that linux mounting information was not provided.