First things first, I have basically no experience with anything Solaris related. I'm quite familiar with Linux however.
I recently set up my server running OpenIndiana. It's installed to a random HD I had laying around, and I set up a ZFS mirror with my two Samsung F4's, giving me 2TB of redundant storage. I'm also running a couple VM's off this server temporarily using VirtualBox (web server and a media server), just until I build a proper virtualization/storage server.
Anyways, basically what I'm doing is just using OI for ZFS, and then I set up an NFS share for my media center VM (Ubuntu 10.10). I believe I have set things up properly, but I'm having permission issues whenever I try to download anything to the NFS share.
My mirrored pool is simply /data/. I created an NFS share for the directory /data/Media/, which contains a few folders within it for Music, Videos, etc. After reading a bit online, I appended my /etc/dfs/dfstab file in the following manner:
IP's are a bit weird because I'm not at home for awhile, but that's not important Pretty much that IP is just my media server, simple enough. I created the directory /nfs on my Ubuntu media server, and ran the following command:
Where *.103 is my server. Basically I'm unable to create/add files to any of the directories within the NFS share. What am I doing wrong?
Thanks,
- Jesse
I recently set up my server running OpenIndiana. It's installed to a random HD I had laying around, and I set up a ZFS mirror with my two Samsung F4's, giving me 2TB of redundant storage. I'm also running a couple VM's off this server temporarily using VirtualBox (web server and a media server), just until I build a proper virtualization/storage server.
Anyways, basically what I'm doing is just using OI for ZFS, and then I set up an NFS share for my media center VM (Ubuntu 10.10). I believe I have set things up properly, but I'm having permission issues whenever I try to download anything to the NFS share.
My mirrored pool is simply /data/. I created an NFS share for the directory /data/Media/, which contains a few folders within it for Music, Videos, etc. After reading a bit online, I appended my /etc/dfs/dfstab file in the following manner:
share -F nfs -o rw,root=192.168.0.111 /data/Media/
IP's are a bit weird because I'm not at home for awhile, but that's not important Pretty much that IP is just my media server, simple enough. I created the directory /nfs on my Ubuntu media server, and ran the following command:
sudo mount 192.168.0.103:/data/Media /nfs
Where *.103 is my server. Basically I'm unable to create/add files to any of the directories within the NFS share. What am I doing wrong?
Thanks,
- Jesse