Tiny Core Linux
Off-Topic => Off-Topic - Tiny Tux's Corner => Topic started by: remus on February 20, 2012, 11:24:59 PM
-
Hi all,
I'm having trouble mounting a windows share to tinycore.
smbclient //10.1.1.200/installfiles
works fine, but is limiting.
tc@box:~$ sudo mount -tsmbfs //10.1.1.200/installfiles adrafileserver/ -ousername=guest
mount: mounting //10.1.1.200/installfiles on adrafileserver/ failed: No such device
Any suggestions welcome :)
-
Had to install the following extension.
cifs-utils.tcz
The following command now works as expected.
sudo mount -t cifs //10.1.1.200/installfiles adrafileserver/ -o user=myname,pass=mypassword