Re: Using gtkpod for an ipod

2008-06-23 Thread Sridhar M.A.
On Mon, Jun 23, 2008 at 03:32:58PM +1200, Chris Bannister wrote: > On Sat, Jun 21, 2008 at 03:41:12PM +0200, Peter Robinson wrote: > > peter:/home/peter# mount /dev/sdb1 /mnt/ipod/ > > mount: you must specify the filesystem type > > Try: > >mount -t vfat /dev/sdb1 /mnt/ip

Re: Using gtkpod for an ipod

2008-06-22 Thread Chris Bannister
On Sat, Jun 21, 2008 at 03:41:12PM +0200, Peter Robinson wrote: > peter:/home/peter# mount /dev/sdb1 /mnt/ipod/ > mount: you must specify the filesystem type Try: mount -t vfat /dev/sdb1 /mnt/ipod/ > peter:/home/peter# dmesg | tail > sd 9:0:0:0: [sdb] Assuming drive cache: write through

Re: Using gtkpod for an ipod

2008-06-21 Thread David Staer
Peter Robinson wrote: > of course, you caught me sleeping ... but I am still not sure what > filetype to specify Hi Maybe use #fdisk -l or gparted to work that out. David Staer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Using gtkpod for an ipod

2008-06-21 Thread Peter Robinson
Sven Joachim wrote: On 2008-06-21 14:10 +0200, Peter Robinson wrote: If I try to mount it as hfsplus or vfat I get an error like: peter:/home/peter# mount -t hfsplus /dev/sdb /mnt/ipod mount: wrong fs type, bad option, bad superblock on /dev/sdb, missing codepage or helper program, or

Re: Using gtkpod for an ipod

2008-06-21 Thread Sven Joachim
On 2008-06-21 14:10 +0200, Peter Robinson wrote: > If I try to mount it as hfsplus or vfat I get an error like: > > peter:/home/peter# mount -t hfsplus /dev/sdb /mnt/ipod > mount: wrong fs type, bad option, bad superblock on /dev/sdb, > missing codepage or helper program, or other error >