Re: mounting msdos flash cards

2005-01-20 Thread Kiko Piris
On 19/01/2005 at 13:48 -0800, Adam Done wrote: > That worked perfectly. Now I noticed that depending on what is pluged > in first and or at start up such as a firewire drive or the compact > flash card, the first one probed gets sda. So in my fstab file I set > things for sda or sde which is lis

Re: mounting msdos flash cards

2005-01-20 Thread Kiko Piris
On 19/01/2005 at 13:48 -0800, Adam Done wrote: > That worked perfectly. Now I noticed that depending on what is pluged > in first and or at start up such as a firewire drive or the compact > flash card, the first one probed gets sda. So in my fstab file I set > things for sda or sde which is lis

Re: mounting msdos flash cards

2005-01-19 Thread Adam Done
On Wed, 2005-01-19 at 23:10 +0200, Juha-Matti Tapio wrote: > On Wed, Jan 19, 2005 at 01:08:04PM -0800, Adam Done wrote: > > # mount -t msdos /dev/sda /mnt/x > > > > mount: wrong fs type, bad option, bad superblock on /dev/sda, > >missing codepage or other error > >In some cases use

Re: mounting msdos flash cards

2005-01-19 Thread Guillaume Florey
Le Mercredi, 19 Janvier 2005 22.08, Adam Done a écrit : > I have been trying to mount flash cards and found out they are msdos > formated. But when I mount > > # mount -t msdos /dev/sda /mnt/x > Try with /dev/sda1 or /dev/sda2 ... Good luck > mount: wrong fs type, bad option, bad superblock on /de

[Fwd: Re: mounting msdos flash cards]

2005-01-19 Thread Martin Lohmeier
Adam Done wrote: I have been trying to mount flash cards and found out they are msdos formated. But when I mount # mount -t msdos /dev/sda /mnt/x mount: wrong fs type, bad option, bad superblock on /dev/sda, missing codepage or other error In some cases useful info is found in s

Re: mounting msdos flash cards

2005-01-19 Thread Juha-Matti Tapio
On Wed, Jan 19, 2005 at 01:08:04PM -0800, Adam Done wrote: > # mount -t msdos /dev/sda /mnt/x > > mount: wrong fs type, bad option, bad superblock on /dev/sda, >missing codepage or other error >In some cases useful info is found in syslog - try >dmesg | tail or so How abo

Re: mounting msdos flash cards

2005-01-19 Thread Adam Done
On Wed, 2005-01-19 at 23:10 +0200, Juha-Matti Tapio wrote: > On Wed, Jan 19, 2005 at 01:08:04PM -0800, Adam Done wrote: > > # mount -t msdos /dev/sda /mnt/x > > > > mount: wrong fs type, bad option, bad superblock on /dev/sda, > >missing codepage or other error > >In some cases use

Re: mounting msdos flash cards

2005-01-19 Thread Guillaume Florey
Le Mercredi, 19 Janvier 2005 22.08, Adam Done a écrit : > I have been trying to mount flash cards and found out they are msdos > formated. But when I mount > > # mount -t msdos /dev/sda /mnt/x > Try with /dev/sda1 or /dev/sda2 ... Good luck > mount: wrong fs type, bad option, bad superblock on /de

[Fwd: Re: mounting msdos flash cards]

2005-01-19 Thread Martin Lohmeier
Adam Done wrote: I have been trying to mount flash cards and found out they are msdos formated. But when I mount # mount -t msdos /dev/sda /mnt/x mount: wrong fs type, bad option, bad superblock on /dev/sda, missing codepage or other error In some cases useful info is found in syslog

Re: mounting msdos flash cards

2005-01-19 Thread Juha-Matti Tapio
On Wed, Jan 19, 2005 at 01:08:04PM -0800, Adam Done wrote: > # mount -t msdos /dev/sda /mnt/x > > mount: wrong fs type, bad option, bad superblock on /dev/sda, >missing codepage or other error >In some cases useful info is found in syslog - try >dmesg | tail or so How abo