Tiny Core Linux

Off-Topic => Off-Topic - Tiny Tux's Corner => Topic started by: remus on February 20, 2012, 11:24:59 PM

Title: Error connecting to windows share from tinycore [SOLVED]
Post by: remus on February 20, 2012, 11:24:59 PM
Hi all,

I'm having trouble mounting a windows share to tinycore.

Code: [Select]
smbclient //10.1.1.200/installfiles works fine, but is limiting.

Code: [Select]
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 :)
Title: Re: Error connecting to windows share from tinycore
Post by: remus on February 20, 2012, 11:35:28 PM
Had to install the following extension.
Code: [Select]
cifs-utils.tcz
The following command now works as expected.
Code: [Select]
sudo mount -t cifs //10.1.1.200/installfiles adrafileserver/ -o user=myname,pass=mypassword