Okay so heres what I’m trying to do:
I’m setting up a shiny new openSUSE 11.1 home server. I have 3 drives/raids. 2.7TB RAID5, 300GB RAID1, 80GB drive.
2.7TB will be my media & web server that I would like some directories to have read access to all via http, but would like to keep the music and videos accessible only to us.
300GB will be pictures, and personal stuff, I would like to be highly secure, but anyone on the LAN/family can have access to it, and able to auto mounted/connected to with Mac Os X 10.4.
80GB special storage, password protected not auto mounted no access by the kids:sarcastic:
Anyway, just playing around with yast and kinda digging my way into Linux, or at least SUSE, I got NFS running. The first problem I had was getting Mac OS X to connect to it. After a bit of reading I found that I needed to add “insecure” to the share listing on my /etc/exports file. So I had a line:
# /srv 192.168.0.1/24(rw,insecure)
After that I was able to connect with Mac OS easy. Then I had a new issue. Even though I used “rw”, I still didn’t have write access from the Mac OS comp. As a means of testing I did
# chmod 777 /srv
the second I did that I was able to transfer files over like lighting.
Anyway to start cutting down an overly long post, that for the most part is my project. I haven’t looked to much at iSCSI. I guess I’m looking to make some users or groups. Any tips or input on iSCSI vs NFS would be helpful. I’m coming from OS X Server that was like all super easy 100% gui users/groups for each file/directory/service, but my copy is getting out of date, I’m not about to drop another 1k into a new copy, and I want to run mythbackend anyway.
Thank you for your time