Hey guys
I wonder if someone can help me with a solution to this!
I have three “Client” computers, two that run Suse 11.0 and 1 that’s 10.3. I have 5 “server” computers which host my files.
Although it’s not often I change my shares, it does happen from time to time. As you can imagine, I have to do the following on each client PC:-
New share
Create a new folder (/usr/share/newsharename/)
Edit fstab to include the new share.
Now, this I admit, is not a huge task but I was looking at a way to make a change to a central fstab, which is then pushed out to the three clients.
Now, I was about to use rsync to do this but then I stumbled upon a small problem; fstab includes local disks and their partitions so if I were to say roll out the fstab from Client 1, Clients 2 and 3 would stop working as the /, swap and home partitions would break.
I could use rsync to replicate the folder structure but not the mounts.
Now, I was about to use rsync to do this but then I stumbled upon a small problem; fstab includes local disks and their partitions so if I were to say roll out the fstab from Client 1, Clients 2 and 3 would stop working as the /, swap and home partitions would break.
I could use rsync to replicate the folder structure but not the mounts.
Maybe you could put the samba mounts in /etc/samba/smbfstab, leaving only the local mounts in /etc/fstab.