|
#1
| |||
| |||
| how can i mount a same file system(device) in more than one place in mac os x?. |
|
#2
| ||||
| ||||
| I believe you just use the standard UNIX "mount" command to mount the device to more than one target directory.
__________________ Power Macintosh G4/500MHz "Yikes!" 10.4.11 Server • 1024MB • 3 x 120GB + 320GB • DVR-111D • 2 x Radeon 7000 PCI • 2 x 17" CRT MacBook 2.0GHz Core 2 Duo - White 10.5.4 • 2048MB • 80GB • CD-RW/DVD-ROM iPod Photo 60GB • iPod nano 1GB • AT&T DSL 6Mb/768k http://www.jeffhoppe.com |
|
#3
| |||
| |||
| Device is automatically getting mounted at /Volumes/UNTITLED. i have created temp directory in /Volumes when a type "mount /dev/disk2s1 /Volumes/temp" i am getting resources busy error. |
|
#4
| ||||
| ||||
| You could also use the diskutil command to mount the volumes properly.
__________________ • Apple iMac G5 17" (2 GHz G5) - Mac OS X 10.4.11 • Apple Macintosh Quadra 650 (33 MHz MC68040) - Mac OS 8.1 • Apple PowerBook Duo 230 (33 MHz MC68030) - System 7.1 • "JHVH-1" (2 GHz AMD Athlon XP 2400+) - Slackware 12.1 • "Kidbuntu" (2.8 GHz Celeron D 335) - Ubuntu 8.04 |
|
#5
| |||
| |||
| Device /dev/disk1s1 is getting automounted on /Volumes/UNTITLED. i want to mount the device again on different path like /Volumes/temp. so that i can have same device mounted at two different place. When i type " mount /dev/disk1s1 /Volumes/temp" in Terminal , i get the following message : /dev/disk1s1 on /Volumes/temp: Resource busy Can anyone help me in this? |
|
#6
| ||||
| ||||
| First, use diskutil to unmount the volume from where it's being automounted. Then, make sure the directory that you're trying to mount to actually exists. Once those two things have been done, you should be able to use diskutil or the mount command to point the mount to where you want it to go.
__________________ • Apple iMac G5 17" (2 GHz G5) - Mac OS X 10.4.11 • Apple Macintosh Quadra 650 (33 MHz MC68040) - Mac OS 8.1 • Apple PowerBook Duo 230 (33 MHz MC68030) - System 7.1 • "JHVH-1" (2 GHz AMD Athlon XP 2400+) - Slackware 12.1 • "Kidbuntu" (2.8 GHz Celeron D 335) - Ubuntu 8.04 |
|
#7
| |||
| |||
| i unmounted the volume using diskutil. created two directory temp and temp1 in /Volumes. used diskutil to mount the device: diskutil mount /dev/disk2s1. it got mounted to /Volumes/UNTITLED. Now how do i mount the device again? |
|
#8
| ||||
| ||||
| Unmount the volumes again using diskutil and then force them to the directory you want with the mount command as follows: Quote:
__________________ • Apple iMac G5 17" (2 GHz G5) - Mac OS X 10.4.11 • Apple Macintosh Quadra 650 (33 MHz MC68040) - Mac OS 8.1 • Apple PowerBook Duo 230 (33 MHz MC68030) - System 7.1 • "JHVH-1" (2 GHz AMD Athlon XP 2400+) - Slackware 12.1 • "Kidbuntu" (2.8 GHz Celeron D 335) - Ubuntu 8.04 |