WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: How do I mount windows shares?  (Read 3712 times)

Offline rolli.duc

  • Newbie
  • *
  • Posts: 9
How do I mount windows shares?
« on: June 11, 2013, 01: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


Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: How do I mount windows shares?
« Reply #1 on: June 11, 2013, 05:55:37 AM »
Required programs are not yet in the repo. Will try to add them soon. Check back in few days.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline rolli.duc

  • Newbie
  • *
  • Posts: 9
Re: How do I mount windows shares?
« Reply #2 on: June 11, 2013, 09:49:10 AM »
Oh, is fine.
thanks

rolli

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: How do I mount windows shares?
« Reply #3 on: June 11, 2013, 11:22:47 PM »
Tried cifs-utils, I can mount SAMBA shares from my CenTOS server. Will add to repo hopefully today.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline theYinYeti

  • Full Member
  • ***
  • Posts: 177
    • YetI web site
Re: How do I mount windows shares?
« Reply #4 on: June 12, 2013, 02: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.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: How do I mount windows shares?
« Reply #5 on: June 12, 2013, 05:22:48 AM »
Hi theYinYeti
Samba3 and zenity are not in the ARM repository.

Offline theYinYeti

  • Full Member
  • ***
  • Posts: 177
    • YetI web site
Re: How do I mount windows shares?
« Reply #6 on: June 12, 2013, 05: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.

Offline rolli.duc

  • Newbie
  • *
  • Posts: 9
Re: How do I mount windows shares?
« Reply #7 on: June 12, 2013, 10:38:59 PM »
Thank you

with the

"filesystems-3.8.13-piCore.tcz"

it works fine

rolli