Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: rolli.duc on June 11, 2013, 04:55:32 AM

Title: How do I mount windows shares?
Post by: rolli.duc on June 11, 2013, 04:55:32 AM
hello

I have used the instructions from FAQ:

mkdir /mnt/windows
mount -t cifs //9.53.216.11/myshare /mnt/windows -o user=myname,pass=mypassword

but however, get:  no such device

what am I doing wrong

thanks in advance

Title: Re: How do I mount windows shares?
Post by: bmarkus on June 11, 2013, 08:55:37 AM
Required programs are not yet in the repo. Will try to add them soon. Check back in few days.
Title: Re: How do I mount windows shares?
Post by: rolli.duc on June 11, 2013, 12:49:10 PM
Oh, is fine.
thanks

rolli
Title: Re: How do I mount windows shares?
Post by: bmarkus on June 12, 2013, 02:22:47 AM
Tried cifs-utils, I can mount SAMBA shares from my CenTOS server. Will add to repo hopefully today.
Title: Re: How do I mount windows shares?
Post by: theYinYeti on June 12, 2013, 05:49:21 AM
I wrote a Samba “network browser”, with which you can mount remote Windows shares: Here’s the link:
http://yeti.selfip.net/cms/index.php/post/2013/05/31/Lightweight-Windows-Network-Neighbourhood-for-TinyCore-Linux

I hope this helps.
Title: Re: How do I mount windows shares?
Post by: Rich on June 12, 2013, 08:22:48 AM
Hi theYinYeti
Samba3 and zenity are not in the ARM repository.
Title: Re: How do I mount windows shares?
Post by: theYinYeti on June 12, 2013, 08:26:24 AM
Oh. I thought they would be. I must be spoiled by my Debian OS for ARM at home :-)
Well… I understand the ARM port of TinyCore is a work in progress, and I wish the best to the TinyCore team in this regard.
Title: Re: How do I mount windows shares?
Post by: rolli.duc on June 13, 2013, 01:38:59 AM
Thank you

with the

"filesystems-3.8.13-piCore.tcz"

it works fine

rolli