Post your questions, opinions and reviews of the MPC1000. This forum is for discussion of the OFFICIAL Akai OS (2.1). If you wish to discuss the JJ OS, please use the dedicated JJ OS forum
By dcreatorx Sat Jun 21, 2008 7:44 pm
Hi, I'm trying to mount the MPC in to my linux PC but It just does not get mounted. My distro is the latest ubuntu and it mount automatically any usb mass storage device I plug. What could I do to mount the MPC ? :?:
User avatar
By elektrik_muz Sat Jun 21, 2008 9:19 pm
Good to see someone else on here trying something besides Macs and (especially) winblowz...

Unfortunately my PC hardware is a bit too borderline to really run Ubuntu properly (other wise I'd probably run Studio edition) but I can at least tell you that the 1000 will indeed mount with the last two editions of DyneBolic. Just takes a few moments to detect. Did you try pressing the "mount" button in the USB screen? (you are trying this while in the USB screen on the MPC, right? gotta go there first or no USB access) Besides linux, I've also been able access the drive from certain later editions of Be, so it's certainly possible without apple or M$.

If you really can't get to work I suppose you could burn the Dyne live CD and transfer with that... but you really should be able to make that work in U.
User avatar
By thedvs01 Sat Jun 21, 2008 9:21 pm
you probably haven't overlooked it, as it's kind of obvious, but just for the record - you did hit the MOUNT key on your MPC right?

I've used Linux a bit before, but I'm not too much of an authority on it. It could be a compatibility issue, but it seems to me like it shouldn't be a problem.

Have you tried any other distros? Give it a shot with a Knoppix live CD or something, see if you have any luck. I'm away from my MPC at the moment but I may have some time in the next week to do some experimenting with it.
By dcreatorx Sun Jun 22, 2008 5:22 pm
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:
Code: Select alllsusb

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 :
Code: Select alldmesg
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
Code: Select all[sdc]

So, first create a directory to mount the sampler:
Code: Select allmkdir /mnt/mpc


Then mount the sampler:
Code: Select allmount -t vfat /dev/sdc /mnt/mpc


You will get your sampler mounted then. To manipulate the data on the hard disk, use the directory where it's mounted
Code: Select all/mnt/mpc


That's it, thank you for your time. :D
User avatar
By elektrik_muz Sun Jun 22, 2008 6:49 pm
Thanks for adding this useful info to the archive. Odd the automount doesn't work for the 1000. Some distros can be funny that way. I have to go through a similar manual activation routine to get USB audio to work in Dyne.