Page 1 of 1

Re: Basic support for UE40B7000WW

Posted: Fri Jan 29, 2010 1:58 pm
by edelfalke
I mount my CIFS as following:

Code: Select all

mkdir -p /dtv/usb/sda1/kf
mount -o user=USER,password=***** -t cifs //192.168.0.2/kf /dtv/usb/sda1/kf
I think mounting into the Root of sda1 is not so good idea.