Hi Everyone,

This is my first post and hopefully not the last.... :-p 

I've been reading up on ZFS and it looks awesome. So much so, I went and 
purchased OpenSolaris Bible (a little pricy 60$ cdn) and dived right into it. 

I've built up my first NAS using Asus M2N-LR, AMD X2 5050e, 4 gigs of Viper RAM 
and 6TB of WD harddrives. For the casing, I went with the Norco 4020. I must 
say it's pretty bada$$ and the 7 fans are blowing loud. So much so, that my gf 
is pissed at me. :-) 

Anyways, back to the thread. After reading over zpools and ZFS (chapter 8), 
I've ran into something weird. Although, the CIFS went through fine. I'm trying 
to remove permissioning which shows up with a user however nothing happens.

Here's some more info:

I created a zpool.
r...@osbox:~# zpool create zstorage raidz2 c4t0d0 c4t1d0 c5t0d0 c5t1d0 c6t0d0 
c6t1d0

I created my share.
r...@osbox:~# zfs create -o casesensitivity=mixed -o nbmand=on zstorage/Software

I changed permissions and ownership.
r...@osbox:~# chown user /zstorage/Software
r...@osbox:~# chmod 774 /zstorage/Software

I then accessed my folder without any problems with user (VISTA box)!!!

Now, I don't want user to access this folder so I did the following:
r...@osbox:~# chown -R root /zstorage/Software
r...@osbox:~# chmod 700 /zstorage/Software

User no longer has access but an ls -V shows that he's allowed???
r...@osbox:~# /usr/bin/ls -V /zstorage/Software/
d---------+  2 root     staff         22 Apr  9 21:03 zep
              user:user:rwxpdDaARWcCos:-------:allow
       group:2147483648:rwxpdDaARWcCos:-------:allow

I tried removing the permissions with the following but it still didn't do 
anything:
r...@osbox:~# /usr/bin/chmod A0=user:user:rwxpdDaARWcCos:deny 
/zstorage/Software/

r...@osbox:~# uname -a
SunOS OSBox 5.11 snv_101b i86pc i386 i86pc Solaris

I must be doing something wrong.. Anyone with advice on what has been done so 
far would be much appreciated. Please don't flame me as I am truly a newb but 
will someday contribute a lot of helpful info.

Thanks,

Mr. Hu Mongous (a.k.a Fatman)
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to