home *** CD-ROM | disk | FTP | other *** search
- >>>>> "Tobias" == Tobias Schilling <tobias@balduin.rz-berlin.mpg.de> writes:
- In article <4gs0t7$bmj@fu-berlin.de> tobias@balduin.rz-berlin.mpg.de (Tobias Schilling) writes:
-
-
- Tobias> i'm using the newest executor for linux (elf) and want to
- Tobias> have access to my MAC-harddisk. the mac-hd is and scsi
- Tobias> conner hd and of course formated with a macintosh
- Tobias> filesystem. booting linux will show all my hd's
- Tobias> (/dev/sda1-4, /dev/sdb1-4 and the mac-hd /dev/sdc) but the
- Tobias> partition table of the mac-hd (/dev/sdc) could not be
- Tobias> read. "/dev/sdc: Bad partition table" If have tried to
- Tobias> set the enviroment variable MacVolumes=/dev/sdc but how
- Tobias> can i have access to the mac-hd.
-
- Tobias> can any anybody help my !!!
-
- Tobias> thanks for any reply
-
- Make sure you have access to /dev/sdc. If you are only going to copy
- info from the hard disk, read-only access is fine. If you're going to
- write to the disk, you will need read/write access.
-
- Make sure that after you set the variable you export it.
-
- On our system "Beaut" we can access a Mac hard disk like this:
-
- beaut 4.6 ls -l /dev/sdb
- brw-rw-r-- 1 root ardi 8, 16 Jan 28 1994 /dev/sdb
- beaut 4.7 export MacVolumes=/dev/sdb
- beaut 4.8 executor
-
- If that doesn't work for you, let me know. There are some
- potential disk configurations that we may not recognize.
-
- --Cliff
- ctm@ardi.com
-
-