WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: trying to mount windows file systems in samba using mount.cifs  (Read 3819 times)

Offline bigpcman

  • Hero Member
  • *****
  • Posts: 719
tc2rc1
When using the samba mount.cifs command I'm getting:

mount error: cifs file system not supported by the system.

I'm not sure what this means. Any ideas?
« Last Edit: May 02, 2009, 08:53:44 AM by bigpcman »
big pc man

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14572
Re: trying to mount windows file systems in samba using mount.cifs
« Reply #1 on: May 01, 2009, 10:01:01 PM »
You need to load the filesystems-2.6.29.1-tinycore.tcem extension, which contains the cifs module

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10969
Re: trying to mount windows file systems in samba using mount.cifs
« Reply #2 on: May 02, 2009, 01:19:54 AM »
Should it be a dependency to samba?
The only barriers that can stop you are the ones you create yourself.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14572
Re: trying to mount windows file systems in samba using mount.cifs
« Reply #3 on: May 02, 2009, 02:29:50 AM »
..samba doesn't require cifs in order to work...

So I guess it should be an optional dependency?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10969
Re: trying to mount windows file systems in samba using mount.cifs
« Reply #4 on: May 02, 2009, 02:39:32 AM »
Oh yeah, it's only the client, and that partially. So a mention in the info file should be enough.
The only barriers that can stop you are the ones you create yourself.

Offline bigpcman

  • Hero Member
  • *****
  • Posts: 719
Re: trying to mount windows file systems in samba using mount.cifs
« Reply #5 on: May 02, 2009, 09:24:12 AM »
I figured it was samba related because I assumed samba installed the mount.cifs command and that was the preferred way to mount a windows share.
I see in the tc faq the
Code: [Select]
mount -t cifs //9.53.216.11/myshare /mnt/windows -o user=myname,pass=mypassword command is recommended. Is one of these commands preferred over the other?


By the way the mount.cifs command syntax I used was:

Code: [Select]
sudo mount.cifs //computer-name/share /mnt/winxp  -o ip=192.168.0.114,username=myusername,password=mypasswd,iocharset=utf8,file_mode=0777,dir_mode=0777
I had to add the "ip=" option because otherwise a dns lookup was occurring (and failing) when I used //ip-address syntax.
« Last Edit: May 02, 2009, 09:39:00 AM by bigpcman »
big pc man

Offline beerstein

  • Hero Member
  • *****
  • Posts: 530
Re: trying to mount windows file systems in samba using mount.cifs
« Reply #6 on: April 15, 2012, 09:12:16 AM »
Hi: The cifs problem is still eminent.

Please help:

The: user=myname,pass=mypassword  --- are this the username and password on the server? on the client? or are this the
samba user and the samba password?

Thank you for your help
t(w)o be(ers) or not t(w)o be(ers) that is the question

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14572
Re: trying to mount windows file systems in samba using mount.cifs
« Reply #7 on: April 15, 2012, 10:30:25 AM »
It's the user name and password set for the folder you're trying to access/mount