PhreekyMikey
Still Fresh
- Joined
- May 31, 2006
- Messages
- 10
Interesting Could look hopeful, I was about to try it and was ready, until I realised I lack the cabling to plug my ipod into my gp2x -_-
mount /dev/sda* /mnt/ext
(where * is the device number sda1/2/3)
I always thought Ipods didn't show up as mass storage things?
Vimacs posted on May 27 2006 at 08:23 AM said:store psx isos and porn on it, what else
mount -t vfat /dev/sda2 /mnt/ext
Hmm, if I think about it more I only had the 3 paritions because I had linux on the iPod itself... so I think sda2 would be the one you want to use for filestorage.. if you can get there atall.
Hmm, you could try the following to mount it, and hope that it works, but I think it would have given a more specific error before if it were to help:
Code:mount -t vfat /dev/sda2 /mnt/ext
Or if you wanted to make sure it wasn't a problem with /mnt/ext, just "mkdir /mnt/ipod" "mount -t vfat /dev/sda2 /mnt/ipod".
in /dev/ folder I only have the following:
sd sda sda1
* Gakl grumbles.
<Gakl> you can put linux on an ipod, but you can't access an ipod from linux. blech
<Summoner> well yeah. Porting an OS gives a much bigger epenis than porting an IO driver
what does the output from dmesg say when you plug the ipod in? it should recognize the block devices. Also any chance you could post a howto on constructing the cable? cheers