home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.96 / text1003.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  1.4 KB  |  38 lines

  1. >>>>> "Tobias" == Tobias Schilling <tobias@balduin.rz-berlin.mpg.de> writes:
  2. In article <4gs0t7$bmj@fu-berlin.de> tobias@balduin.rz-berlin.mpg.de (Tobias Schilling) writes:
  3.  
  4.  
  5.     Tobias> i'm using the newest executor for linux (elf) and want to
  6.     Tobias> have access to my MAC-harddisk.  the mac-hd is and scsi
  7.     Tobias> conner hd and of course formated with a macintosh
  8.     Tobias> filesystem.  booting linux will show all my hd's
  9.     Tobias> (/dev/sda1-4, /dev/sdb1-4 and the mac-hd /dev/sdc) but the
  10.     Tobias> partition table of the mac-hd (/dev/sdc) could not be
  11.     Tobias> read.  "/dev/sdc: Bad partition table" If have tried to
  12.     Tobias> set the enviroment variable MacVolumes=/dev/sdc but how
  13.     Tobias> can i have access to the mac-hd.
  14.  
  15.     Tobias> can any anybody help my !!!
  16.  
  17.     Tobias> thanks for any reply
  18.  
  19. Make sure you have access to /dev/sdc.  If you are only going to copy
  20. info from the hard disk, read-only access is fine.  If you're going to
  21. write to the disk, you will need read/write access.
  22.  
  23. Make sure that after you set the variable you export it.
  24.  
  25. On our system "Beaut" we can access a Mac hard disk like this:
  26.  
  27. beaut 4.6 ls -l /dev/sdb
  28. brw-rw-r--   1 root     ardi       8,  16 Jan 28  1994 /dev/sdb
  29. beaut 4.7 export MacVolumes=/dev/sdb
  30. beaut 4.8 executor
  31.  
  32. If that doesn't work for you, let me know.  There are some
  33. potential disk configurations that we may not recognize.
  34.  
  35. --Cliff
  36. ctm@ardi.com
  37.  
  38.