Results 1 to 1 of 1
Very green in regards to Linux/RHEL commands, but giving it a go for the company.
Basically we have an internal LAN where we have 4 productivity servers, a large File ...
- 06-16-2011 #1Just Joined!
- Join Date
- Nov 2010
- Posts
- 8
accessing JBOD as users
Very green in regards to Linux/RHEL commands, but giving it a go for the company.
Basically we have an internal LAN where we have 4 productivity servers, a large File Server, and an access control server which maps out to the users thin clients.
Connected to one of the productivity servers is our JBOD. My task has been to mount NTFS drives to enable our analysts to utilize the data they collected in the field through our servers. The drives mount and data is readable, but only to root.
I'm trying to get it to where the users can access the mounted drives, but haven't gotten very far.
FSTAB:
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
/dev/VolGroup01/LogVol00 /data ext3 defaults,nodev 1 2
#UUID-2b6aade4-a9b7-42b1-8d44-21f863d5ca89/bootext3 defaults, nodev 2
tmpfs /dev/shm tmpfs defaults 0 0
none /tmp tmpfs defaults 0 0
devpts /dev/pts devpts gid=5, mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
zuko-g0:/bigfoot /bigfoot1 nfs bg,hard,nfsvers=3 0 0
zuko-g1:/bigfoot /bigfoot2 nfs bg,hard,nfsvers=3 0 0
zuko-g2:/bigfoot /bigfoot3 nfs bg,hard,nfsvers=3 0 0
zuko-fire1:/bigfoot /bigfoot-fire1 nfs bg,hard,nfsvers=3 0 0
zuko-fire2:/bigfoot /bigfoot-fire2 nfs bg,hard,nfsvers=3 0 0
zuko:/export/home /home nfs bg,hard,nfsvers=3 0 0
To be honest I'm not all too sure what most of that means. I'm not quite sure how the drive mounts (which it does, auto when plugged into the JBOD), and then how I would go about changing the UID of that drive.
Any assistance would be greatly appreciated, and if I am missing any details to give assistance let me know and will gladly post more specifics. I'm just not sure what specifics I should be posting! Thanks again.


Reply With Quote