Off-Topic > Off-Topic - Tiny Tux's Corner

Error connecting to windows share from tinycore [SOLVED]

(1/1)

remus:
Hi all,

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


--- Code: ---smbclient //10.1.1.200/installfiles
--- End code ---
works fine, but is limiting.


--- Code: ---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
--- End code ---

Any suggestions welcome :)

remus:
Had to install the following extension.

--- Code: ---cifs-utils.tcz
--- End code ---

The following command now works as expected.

--- Code: ---sudo mount -t cifs //10.1.1.200/installfiles adrafileserver/ -o user=myname,pass=mypassword

--- End code ---

Navigation

[0] Message Index

Go to full version