Page Number: Page 1 of 1
Actual Results
- gutter
- Forum: Macintosh Forum
- Topic: Mac OSX auto mount user's network drive
- Subject: Mac OSX auto mount user's network drive
- Replies: 23
- Views: 39977
Posted: December 4th, 2007, 2:38 pm
Here's the general way to solve the problem. Open up the terminal and use mount to mount a specified users home folder. Once you've figured out how to do that from the command line try making a script to do it automatically, substituting $1 for the user name. Finaly, once you have that working, drop...
- gutter
- Forum: Macintosh Forum
- Topic: Mac OSX auto mount user's network drive
- Subject: Mac OSX auto mount user's network drive
- Replies: 23
- Views: 39977
Posted: November 20th, 2007, 5:19 pm
Well, this should work just fine (unless I'm hideously mistaken samba is a SMB server), the variable $1 contains the user name of the current user in a shell script, beyond that its up to you to figure out how you want the process to work, where you want things to mount and if you want to share out ...
- gutter
- Forum: Macintosh Forum
- Topic: Software List (-- please add more)
- Subject: Software List (-- please add more)
- Replies: 25
- Views: 5393
- Subject: Software List (-- please add more)
Posted: July 23rd, 2007, 3:31 pm
Good mac apps, so many its hard to count: Systems Administration: Carbon Copy Cloner - Free - makes exact copy of hard drives, works perfectly, good for cloning out mass numbers of images. In fact any mac sysadmin should check out Mike's site at http://www.bombich.com/ he is one of the best resource...
- gutter
- Forum: Macintosh Forum
- Topic: blah i needs help =/
- Subject: blah i needs help =/
- Replies: 5
- Views: 1638
- Subject: blah i needs help =/
Posted: July 23rd, 2007, 3:06 pm
Not a lot to go on there little buddy, but give this a try: http://uneasysilence.com/archive/2007/07/11458/ or if you have a firewire cable just hold down the 't' key while turning the computer on to boot it into target disk mode (basically just turns your computer into a firewire drive) and plug it...
- gutter
- Forum: Macintosh Forum
- Topic: Mac OSX auto mount user's network drive
- Subject: Mac OSX auto mount user's network drive
- Replies: 23
- Views: 39977
Posted: July 23rd, 2007, 2:12 pm
Hey, don't know if this thread is still active but here's what you want to do, you want to create a login hook (if you don't know what it is Google it! There's ton of info out there about it including a gui called iHook) which is a shell script that run at login. The script itself will look somethin...

