bobv13
03-23-2010, 03:18 PM
A few months back I decided to switch from a FreeBSD (FreeNAS) server to a LinuxMint/Samba server. After a couple quick searches I found out how to setup the samba share and even get the share available on my other linux, XP, Vista, and Win7 systems on boot. Everything was cool.
It didn't take long before I wanted to add an additional HD. Of course I want to make everything available just as my first samba share is. Furthermore I'd like all partitions (new and old) to be available under one share name (myshare). "MyShare" is the folder where my smb.conf points and because this share is on the same partition as the OS it's available at boot. Now for my new drives/partitions, Linux not being windows I have some things to do.
Stop me if I'm wrong but I want to mount the new local partitions within the samba folder. If that holds true I will not need to do anything in my smb.conf file. I will only need to add a line for each new partition in my fstab file.
The third parm of the line indicates file system type, I believe it should be "ext4", the same type I chose while creating the partitions. The other choice is "smbfs" but I think that only applies if I were mounting a share on a remote system.
My final concern is with user/password, or are they a concern? I don't plan on protecting them. Is setting their properties to share enough.
It didn't take long before I wanted to add an additional HD. Of course I want to make everything available just as my first samba share is. Furthermore I'd like all partitions (new and old) to be available under one share name (myshare). "MyShare" is the folder where my smb.conf points and because this share is on the same partition as the OS it's available at boot. Now for my new drives/partitions, Linux not being windows I have some things to do.
Stop me if I'm wrong but I want to mount the new local partitions within the samba folder. If that holds true I will not need to do anything in my smb.conf file. I will only need to add a line for each new partition in my fstab file.
The third parm of the line indicates file system type, I believe it should be "ext4", the same type I chose while creating the partitions. The other choice is "smbfs" but I think that only applies if I were mounting a share on a remote system.
My final concern is with user/password, or are they a concern? I don't plan on protecting them. Is setting their properties to share enough.