WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Error connecting to windows share from tinycore [SOLVED]  (Read 4282 times)

Offline remus

  • Sr. Member
  • ****
  • Posts: 371
Error connecting to windows share from tinycore [SOLVED]
« on: February 20, 2012, 08: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 :)
« Last Edit: February 20, 2012, 08:51:23 PM by remus »
Live long and prosper.

Offline remus

  • Sr. Member
  • ****
  • Posts: 371
Re: Error connecting to windows share from tinycore
« Reply #1 on: February 20, 2012, 08: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
« Last Edit: February 20, 2012, 08:50:50 PM by remus »
Live long and prosper.