Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: bigpcman on May 01, 2009, 11:13:24 PM

Title: trying to mount windows file systems in samba using mount.cifs
Post by: bigpcman on May 01, 2009, 11:13:24 PM
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?
Title: Re: trying to mount windows file systems in samba using mount.cifs
Post by: Juanito on May 02, 2009, 01:01:01 AM
You need to load the filesystems-2.6.29.1-tinycore.tcem extension, which contains the cifs module
Title: Re: trying to mount windows file systems in samba using mount.cifs
Post by: curaga on May 02, 2009, 04:19:54 AM
Should it be a dependency to samba?
Title: Re: trying to mount windows file systems in samba using mount.cifs
Post by: Juanito on May 02, 2009, 05:29:50 AM
..samba doesn't require cifs in order to work...

So I guess it should be an optional dependency?
Title: Re: trying to mount windows file systems in samba using mount.cifs
Post by: curaga on May 02, 2009, 05:39:32 AM
Oh yeah, it's only the client, and that partially. So a mention in the info file should be enough.
Title: Re: trying to mount windows file systems in samba using mount.cifs
Post by: bigpcman on May 02, 2009, 12:24:12 PM
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.
Title: Re: trying to mount windows file systems in samba using mount.cifs
Post by: beerstein on April 15, 2012, 12:12:16 PM
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
Title: Re: trying to mount windows file systems in samba using mount.cifs
Post by: Juanito on April 15, 2012, 01:30:25 PM
It's the user name and password set for the folder you're trying to access/mount