Separate filesystems for CIFS?


 
Thread Tools Search this Thread
Operating Systems Solaris Separate filesystems for CIFS?
# 1  
Old 12-28-2009
Separate filesystems for CIFS?

Hi all,

I just wonder:

Do I need to have one filesystem like pool/backups, pool/archives, pool/home and so on, for each share I would like to use? Or can I do that a in a different way?

I am currently reading along to find out about LDAP authentication and so on, but if I need separate filesystems, well, 'twould be easier if I knew

Thanks in advance.

PS: I would not complain, if somebody had information about "How do I migrate a Linux samba-server with OpenLDAP/smbpasswd Authentication to an OpenSolaris CIFS server" either Smilie

Last edited by PatrickBaer; 12-28-2009 at 06:56 AM.. Reason: Added post scriptum
# 2  
Old 12-28-2009
you can (and mostly do) share directories... so there is no need for a seperate filesystem for cifs shares. they can be filesystems but as you always share the directory, there is no need for that.

Last edited by DukeNuke2; 12-28-2009 at 06:49 PM..
# 3  
Old 12-28-2009
Hm, but how?

With "zfs set sharesmb=on pool/directory" it won't work. So....?
# 4  
Old 12-28-2009
The sharesmb property definitively apply to filesystems, not directories. It might be possible to use the traditional way (sharemgr command - /etc/dfs/dfstab) to share plain directories instead of filesystems but I never tried it. On the other hand, ZFS filesystems are almost as lightwheight as regular directories though so enabling the property and having it inherited by underlying datasets might be what you are looking for.
# 5  
Old 12-28-2009
using samba with oldschool smb.conf?

from a opensolaris mailing list:
Quote:
Actually, this has come up many times in this list and yes
we don't support child mounts/filesystems and there is no plan to
support it in near future.
# 6  
Old 12-28-2009
I thought so. (about the directory sharing) Sorry for the wrong words, of course I meant to share those subfilesystem thingies Smilie

Duke, I don't understand what you wrote. Yes, I am using (on the old machine) a vanilla linux-samba with smb.conf.

The new one should be a kernel CIFS with an LDAP authentication. But I am a bit stuck finding documentation. Odd, as this should be a primary goal of the cifs-server!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Issue with mounts CIFS

I donot know much about CIFS but i have been asked to look into an issue related to mounting CIFS filesystem On my redhat 5.6 the /etc/fstab file has the following entry //172.25.x.x/de0/ /dir1/de0 cifs username=bodsadm,password=12345,dir_mode=0777,file_mode=0777,uid=de0adm,gid=sapsys,rw 0 0... (2 Replies)
Discussion started by: Tirmazi
2 Replies

2. UNIX for Dummies Questions & Answers

Umount CIFS

hi guys I have to umount a CIFS from a Windows machine...but it's been imposible there is one special task /sbin/umount.cifs /mondobackup that task cannot be kill...so I cannot umount the unit any idea how to kill this and umount this CIFS share? by the way I've tried umount... (5 Replies)
Discussion started by: kopper
5 Replies

3. Solaris

Looking for CIFS howto

I just skimmed through the Administration Guide about LDAP and CIFS. Well that's a whole lot of text. Does someone know a tutorial/introduction with some steps to make? TIA (14 Replies)
Discussion started by: PatrickBaer
14 Replies

4. AIX

mounting cifs

Dear All, I mounted a windows share on AIX 5.3. with cifs. The write on it is much slower than from other windows clients. Could you help me with any tricks to speed the writing process? Thanks, Zoltán Patalenszki (0 Replies)
Discussion started by: zoltanp
0 Replies

5. AIX

cifs

Hi, I want to access windows folder from aix and viceversa. Is it possible to do that? I came to know we can do that from cifs but when tried to install cifs.base.cmd 3.2.1.0 cifs.base.lic 3.2.1.0 cifs.base.smit 3.2.1.0 cifs.basic.rte 3.2.1.0 cifs.client.rte 3.2.1.0 cifs.websm.apps 3.2.1.0... (4 Replies)
Discussion started by: vjm
4 Replies

6. OS X (Apple)

OS X - cifs - What's Up?

Can all you OS X xperts help me? OS X Leopard 10.5.6: mount -t cifs -o username=name,password=secret //server/share /mnt/dir Works from every linux box I have ever used. This does not work from the OS X terminal. Why? The gui/finder/go: cifs://server/share just works... command line... (2 Replies)
Discussion started by: cjohnsoia
2 Replies

7. HP-UX

mount with CIFS

hi everyone months ago i installed software on hp-ux box. So instead of going to the server room (which is far and cold :) ), I put the DVD in my windows xp box and mount it using CIFS, it was successful. Now I want to install another software on the same hp-ux box using the same windows... (3 Replies)
Discussion started by: neemoze
3 Replies

8. Shell Programming and Scripting

Cifs + 2 gb

Hi all, I am using script to take mysql database backup... its arrround 12 GB ...... I have used tar -a , cp -a and rsync -a to take backup on CIFS mounted drive but it fails to take backup more than 2 GB as well as not able to take backup with ownership,timestamps. Conf files... (3 Replies)
Discussion started by: jagnikam
3 Replies

9. AIX

share with cifs

Im trying to share a directory with cifs my aix box with a windows server. but when I try to mount mount -v cifs -n 172.19.90.240/suc_user/tommy /directory /directory1/directory1 I got this error There was an error connecting the share or the server. Make sure the lsdev command shows that... (1 Reply)
Discussion started by: lo-lp-kl
1 Replies

10. Linux

CIFS on linux ?

I have a program which reads all the files in a path given as argument into a buffer (And does something with it). The program makes use of several file processing APIs such as: stat(), fopen(), read() etc.. Now, it is possible that the directory specified by the path is actually a volume which... (5 Replies)
Discussion started by: the_learner
5 Replies
Login or Register to Ask a Question