> I think you can mount it as a normal PCFS filesystem if you run something like:
A friend of mine has an Ipod. He says you need special software to access the device (at least the music stuff).
I heard that there is a project creating an open-source software that allows access to the Ipod using Linux. Maybe it is possible to port the software.
Martin
Hello.
You should create an empty directory (such as /mntdevs/ipod) and take it as second argument of mount (mount .... /dev/dsk/c0d0t0s2 /mntdevs/ipod). I would not create it as subdirectory of /mnt because some programs mount devices directly to /mnt. You may use /mnt itself as second argument.
Are you sure "c0t0d0s2" is your ipod? It sounds more like the main (internal) hard disk of a Sparc computer.
Martin