SL-C1000 にて iPod nano を USB Storage として使う

Bobby's ZAURUS -SL-C1000 Customize-を参照して。


# fdisk -l /dev/sda
Disk /dev/sda: 2047 MB, 2047868928 bytes
255 heads, 63 sectors/track, 248 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 1 10 80293+ 0 Empty
/dev/sda2 11 248 1911732 b Win95 FAT32

/dev/sda1 が Empty。フラッシュメモリではあるけど、iPod Shuffle ではなく mini 系列と同じ構成のようだ。

# mount -t vfat -o iocharset=utf8,codepage=932 /dev/sda2 /mnt/usbstorage
$ ls /mnt/usbstorage
drwxr-xr-x    2 root     root         4096 Jan  1  2000 Calendars/
drwxr-xr-x    2 root     root         4096 Jan  1  2000 Contacts/
drwxr-xr-x    2 root     root         4096 Jan  1  2000 Notes/
drwxr-xr-x    6 root     root         4096 Aug 18 17:26 iPod_Control/
-rwxr-xr-x    1 root     root      5449922 Sep 11 17:44 テスト.mpg*

日本語が化ける場合は Terminal の Charset を UTF-8 に。
ちなみに動画のストレージとしては向かない。SD から再生するよりもずっと遅い。
取り外すときは以下のように。


# umount /mnt/usbstorage
# rmmod usb-storage