Friday, March 9, 2007

Mount your ipod on your PS3 using udev

To mount your iPod on your PS3 under Yellow Dog Linux, follow the below steps:

1. Create a new file /etc/udev/rules.d/11-ipod.rules and add:
## iPod
BUS="scsi", SYSFS{model}="iPod*", NAME="ipod"
2. Create a link for the ipod to be mounted:
mkdir /media/ipod
3. Add the ipod-mount to your /etc/fstab:
/dev/ipod /media/ipod vfat users,exec,noauto,managed 0 0

Note: only works with windows-configured ipods.

No comments: