Forums | MacLife

You are not logged in.

#1 2005-10-16 8:10 pm

Maya
Member
From: Santa Clara CA 95050
Registered: 2001-03-20
Posts: 309

off topic....

Perhaps the Mod's can move to an appropiate area, or someone here can answer my question.

What I have is this:  A Mac Mini with a  2 firewire 400 drives attached to it. I would like to have these drives mounted under the /Users/User/Sites folder, but the only command I have found to really do that in Linux (mount -bind /volume /folder) doesnt appear to be implemented.  Any other suggestions or help?


"Maki, Can I do it now? Please let me shoot someone!"

Offline

 

#2 2005-10-21 12:34 pm

Some1
The flying moleman.
From: Montréal
Registered: 2003-05-17
Posts: 2378

Re: off topic....

I would try the Balloon Help forum.

Offline

 

#3 2005-10-21 4:39 pm

ViralDoctor
Member
From: Calgary
Registered: 2003-01-18
Posts: 2213
Website

Re: off topic....

Perhaps the link command might work, but I'm not sure what would happen if the drive was disconnected.

link -s "/volumes/My External Drive 1" "/users/myhomefolder/sites/drive1"

... I just tried it with a disk image (should act similarly to a external drive), and it basically creates an alias to the drive, and it doesn't display due to permissions errors.

Ah, here's one:
http://www.macosxhints.com/article.php? … 5062520199

It works, although I did it a bit different:

Make the directory (either through the Finder or through the Terminal), and make sure you have write access to it.

When editing the fstab file (/etc/fstab), add this line instead of his.
LABEL=DiskName /users/username/sites/drive hfs rw

Then do the niload thing:
niload -d fstab / < /etc/fstab

Unmount the drive (if it's connected) and then mount it again. It should not show up on the desktop, nor in the ~/sites folder, but if you goto folder (cmd-shift-G) and enter the folder name, it opens it properly, and it does show up in Apache. If you want to undo the changes, edit the fstab file again, and delete the line you added (or just comment it out), then run the niload command again. The drive should mount normally the next time then.

Offline

 

#4 2005-10-22 2:37 pm

JediKnightChewie
eternal n00b
From: far from home
Registered: 2002-06-18
Posts: 4652

Re: off topic....

i miss you maya smile *waves*


the c00ki33 0wns J00!

Offline

 

#5 2005-10-23 10:05 pm

Noway99
Member
From: Huntington Beach, Cali
Registered: 2001-06-11
Posts: 403

Re: off topic....

/me gives the wookie a cookie.   wink


"The problem with America is stupidity. I'm not saying there should be a capital punishment for stupidity, but why don't we just take the safety labels off of everything and let the problem solve itself?"

Offline

 

#6 2005-10-23 10:05 pm

Noway99
Member
From: Huntington Beach, Cali
Registered: 2001-06-11
Posts: 403

Re: off topic....

/me gives the fox more rum  wink


"The problem with America is stupidity. I'm not saying there should be a capital punishment for stupidity, but why don't we just take the safety labels off of everything and let the problem solve itself?"

Offline

 

#7 2005-10-23 11:14 pm

ViralDoctor
Member
From: Calgary
Registered: 2003-01-18
Posts: 2213
Website

Re: off topic....

Rum and cookiees… what kind of party is this?!? wink

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson