PDA

View Full Version : Permissions & sharing an internal drive (aargh)




Blue Velvet
Sep 8, 2004, 11:52 PM
In our little studio we've just migrated to OS X and now have a 733mhz G4 running 10.3.4 as a small server.

Inside that machine are 2 hard drives – a 40gb drive with the OS & a backup app (Retrospect), and another internal drive (120gb) with all of our logos, signatures and other graphic files.

Although everybody can access these files on this 120gb disk (ie. fetching them into Quark 6), nobody can write new files onto that disk or modify the existing ones from their individual G5's.

I've set the drive to 'Ignore Permissions' but that hasn't seemed to work.

What have I missed? Any advice much appreciated.

(Am finding the permissions side of OS X a bit annoying, unlike the free 'n easy OS 9 days of sharing files. Still, gotta move with the times.) :)



Blue Velvet
Sep 10, 2004, 12:35 PM
An eerie silence descends over this thread.

A rusty sign squeaks in the wind. Tumbleweeds roll by...





Nobody out there got a clue?

neut
Sep 10, 2004, 01:57 PM
how is everyone logging onto the drive? are they mounting the whole disk or are they loggin specific folders? is everyone recognized as an admin?

im about to set up my first mac server (music/files) at home (B&W 350 2x200GBhd). i guess i'll figure out all the ins and outs when i get there...


peace.

jeremy.king
Sep 10, 2004, 02:00 PM
im curious why ignore permissions doesn't work, but if you TRULY TRULY TRULY don't care about permissions on that drive, you can do the following in terminal but you will lose any exisiting permissions.

cd /Volumes/<name of 120GB drive> where "<name of 120GB drive>" is the volume name of the drive you are sharing.
sudo chmod -R 777 * entering your password when prompted.


This will effectively give ANY user full access to ANY file on that drive.

yellow
Sep 10, 2004, 02:02 PM
You might want to look into using SharePoints (http://www.hornware.com/sharepoints/) to ease your pain..

Blue Velvet
Sep 10, 2004, 06:28 PM
Thanks for your help, guys.

Will explore all of these options when I get back into the office on Tues.

(and yes... truly truly TRULY-O don't care about permissions on this drive)


BTW:
What are those odd groups when you do the info thing on a folder –– wheel, mailman. etc?

yellow
Sep 10, 2004, 06:57 PM
BTW:
What are those odd groups when you do the info thing on a folder –– wheel, mailman. etc?

Those are used by the system and various services. It's normal being there.