Re: mount questions

2004-02-24 Thread Jerry McAllister
> 
> I need mount a fat32 partition in two diferent places.
> when i try to do it the second time the system says device busy.. 
> What can i do? 

Why would you need to mount it in two different places (I presume
you mean at the same time)?

If you want to use it as a different file path string, then
mount it one way and create a symlink to it with the other
name.

Or, if they don't need to both be mounted at the same time, you need to 
umount it from one mount in order to mount it the other way.  It doesn't 
like two separate mounts of the same device at the same time.

jerry

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


mount questions

2004-02-24 Thread Osmany Guirola Cruz
I need mount a fat32 partition in two diferent places.
when i try to do it the second time the system says device busy.. 
What can i do? 



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"