Ok guys . . . I've managed to do it myself. It's a 80 GB disk stripped from a Macintosh Powerbook G4.
First of all, format the with disk the sampler utility, the one integrated on the MPC. If you format the disk with linux vfat it won't work.
To see if it's reallly connected, execute the following command:
then you will get something like this, depending on how many USB buses you have:
Code: Select allBus 002 Device 005: ID 09e8:0006 AKAI Professional M.I. Corp.
Bus 002 Device 004: ID 046d:c402 Logitech, Inc. Marble Mouse (2-button)
Bus 002 Device 003: ID 04b3:3025 IBM Corp.
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000 If your distro does not do automount, execute :
You will see the following :
Code: Select all[ 8565.608709] usb 2-10: new full speed USB device using ohci_hcd and address 7
[ 8565.814618] usb 2-10: configuration #1 chosen from 1 choice
[ 8565.817067] scsi8 : SCSI emulation for USB Mass Storage devices
[ 8565.817343] usb-storage: device found at 7
[ 8565.817345] usb-storage: waiting for device to settle before scanning
[ 8569.906533] usb-storage: device scan complete
[ 8569.912245] scsi 8:0:0:0: Direct-Access MPC1000 Hard Disk 1.00 PQ: 0 ANSI: 4
[ 8569.944137] sd 8:0:0:0: [sdc] 156301488 512-byte hardware sectors (80026 MB)
[ 8569.950127] sd 8:0:0:0: [sdc] Write Protect is off
[ 8569.950133] sd 8:0:0:0: [sdc] Mode Sense: 0b 00 00 00
[ 8569.950136] sd 8:0:0:0: [sdc] Assuming drive cache: write through
[ 8569.959048] sd 8:0:0:0: [sdc] 156301488 512-byte hardware sectors (80026 MB)
[ 8569.964661] sd 8:0:0:0: [sdc] Write Protect is off
[ 8569.964667] sd 8:0:0:0: [sdc] Mode Sense: 0b 00 00 00
[ 8569.964669] sd 8:0:0:0: [sdc] Assuming drive cache: write through
[ 8569.964676] sdc: sdc1
[ 8569.975326] sd 8:0:0:0: [sdc] Attached SCSI disk
[ 8569.975367] sd 8:0:0:0: Attached scsi generic sg3 type 0 As you can see, the assigned device for the sampler is
So, first create a directory to mount the sampler:
Then mount the sampler:
You will get your sampler mounted then. To manipulate the data on the hard disk, use the directory where it's mounted
That's it, thank you for your time.
