vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I'm using a Gentoo 1.4 from stage 1 with the Gaming-Sources Kernel (2.4.20) .. My Problem are my both USB-Sticks (first one is 128MB MP3-Player and the other a Sony DSC-P50). I compiled my kernel with all necessary modules and this is my /etc/fstab line for my USB-Stick: /dev/scsi/host1/bus0/target0/lun0/disc /flash vfat defaults,user,noauto 0 0 Now I want to access my files by "mount /flash", and now my system says: mount: wrong fs type, bad option bad superblock on /dev/scsi/host1/bus0/target0/lun0/disc or too many file systems. But I can access my Sticks by "fdisk /dev/sda" and here I can change and edit my file systems (the sony is fat12 and the other one is fat16). Can anyone help me? I do not even know what the hell I could do now to get my sticks running... Thank you! |
| |||
| Dennis Dlugosch wrote: > Hi, > I'm using a Gentoo 1.4 from stage 1 with the Gaming-Sources Kernel > (2.4.20) . My Problem are my both USB-Sticks (first one is 128MB > MP3-Player and the other a Sony DSC-P50). I compiled my kernel with all > necessary modules and this is my /etc/fstab line for my USB-Stick: > > > /dev/scsi/host1/bus0/target0/lun0/disc /flash vfat defaults,user,noauto 0 0 > > Now I want to access my files by "mount /flash", and now my system says: > mount: wrong fs type, bad option bad superblock on > /dev/scsi/host1/bus0/target0/lun0/disc or too many file systems. > > But I can access my Sticks by "fdisk /dev/sda" and here I can change and > edit my file systems (the sony is fat12 and the other one is fat16). Can > anyone help me? I do not even know what the hell I could do now to get > my sticks running... Why not change your fstab line to access "/dev/sda" instead then? -WD |
| |||
| > /dev/scsi/host1/bus0/target0/lun0/disc /flash vfat defaults,user,noauto 0 0 use: msdos for fat12 fat for fat16 vfat for fat32 the line should be: /dev/scsi/host1/bus0/target0/lun0/disc /flash fat defaults,user,noauto 0 0 -- >+++++++++++[<+++++++++>-]<.>++[<++>-]<.>++++++[<+++>-]<.>+++[<-->-]<.>+++[<---> -]<-.+++++.>+++++++++[<----->-]<-.>++++++[<++++++>-]<+++.>+++[<++>-]<.>++++[<+++ >-]<-.>+++++++++[<-------->-]<--.>+++++++++[<++++++>-]<-.+++++.>++++++++++[<---- ----->-]<----. to decode visit: http://www.catseye.mb.ca/esoteric/bf ;-) |
| |||
| On 2003-10-25, gazing longingly at the horizon, Christoph Gysin <fr33z3@fr33z3.org> felt a deep, passionate desire to let the following be known: > use: > msdos for fat12 > fat for fat16 > vfat for fat32 > > the line should be: > /dev/scsi/host1/bus0/target0/lun0/disc /flash fat defaults,user,noauto 0 0 Using "auto" for the file system might just work as well. -- Time flies like an arrow, fruit flies like a banana. Perth ---> * 00:51:50 up 19 days, 8:54, 6 users, load average: 2.21, 2.13, 2.18 $ cat /dev/bollocks Registered Linux user #261729 mesh magnetic e-business |
| |||
| Johan Lindquist wrote: > On 2003-10-25, gazing longingly at the horizon, > Christoph Gysin <fr33z3@fr33z3.org> > felt a deep, passionate desire to let the following be known: > > >>use: >>msdos for fat12 >>fat for fat16 >>vfat for fat32 >> >>the line should be: >>/dev/scsi/host1/bus0/target0/lun0/disc /flash fat defaults,user,noauto 0 0 > > > Using "auto" for the file system might just work as well. > I got a USB pen drive and could not mount it. I noticed that the partitions had error on them. I had to fdisk the disk, remove all partitions (there were more then one), then create a new one. I emerged dosfstools so that I could format my drive as vfat. Now it works on both my gentoo box and a windows box! P.S. I used /dev/sda1 just as the previous poster mentioned. |
| |||
| On 2003-10-25, gazing longingly at the horizon, Dave Greengas <DaveGreengas@wi.rr.com> felt a deep, passionate desire to let the following be known: >>>/dev/scsi/host1/bus0/target0/lun0/disc /flash fat >>>defaults,user,noauto 0 0 [..] > P.S. I used /dev/sda1 just as the previous poster mentioned. I thought that path looked funny, but I didn't comment since I don't know exactly how those things work. Replacing "disc" above with "part1" would also work in your case, but using the /dev/sda1 symlink is indeed easier. -- Time flies like an arrow, fruit flies like a banana. Perth ---> * 03:14:10 up 19 days, 11:16, 6 users, load average: 2.25, 2.74, 2.88 $ cat /dev/bollocks Registered Linux user #261729 incentivize cross-media methodologies |
| |||
| Dennis Dlugosch wrote: > Hi, > I'm using a Gentoo 1.4 from stage 1 with the Gaming-Sources Kernel > (2.4.20) . My Problem are my both USB-Sticks (first one is 128MB > MP3-Player and the other a Sony DSC-P50). I compiled my kernel with all > necessary modules and this is my /etc/fstab line for my USB-Stick: > > > /dev/scsi/host1/bus0/target0/lun0/disc /flash vfat defaults,user,noauto 0 0 Your problem is you do not have fat listed. vfat is fat32 support only. > Now I want to access my files by "mount /flash", and now my system says: > mount: wrong fs type, bad option bad superblock on > /dev/scsi/host1/bus0/target0/lun0/disc or too many file systems. > > But I can access my Sticks by "fdisk /dev/sda" and here I can change and > edit my file systems (the sony is fat12 and the other one is fat16). Can > anyone help me? I do not even know what the hell I could do now to get > my sticks running... > > Thank you! -- Registered Linux User 286636 |
| |||
| On Fri, 24 Oct 2003 19:14:27 +0200, Dennis Dlugosch wrote: > Hi, > I'm using a Gentoo 1.4 from stage 1 with the Gaming-Sources Kernel (2.4.20) > . My Problem are my both USB-Sticks (first one is 128MB MP3-Player and the > other a Sony DSC-P50). I compiled my kernel with all necessary modules and > this is my /etc/fstab line for my USB-Stick: > > > /dev/scsi/host1/bus0/target0/lun0/disc /flash vfat defaults,user,noauto 0 0 > > Now I want to access my files by "mount /flash", and now my system says: > mount: wrong fs type, bad option bad superblock on > /dev/scsi/host1/bus0/target0/lun0/disc or too many file systems. > > But I can access my Sticks by "fdisk /dev/sda" and here I can change and > edit my file systems (the sony is fat12 and the other one is fat16). Can > anyone help me? I do not even know what the hell I could do now to get my > sticks running... > > Thank you! Oftentimes such disks have a partition (like a HD) instead of putting the filesystem directly on the device (like a floppy). So try tacking "/part1" onto the end of that. While the disk is in, you can see what partitions are there by looking in the /dev/scsi/... tree. -- Tom Felker, <tcfelker@mtco.com> <http://vlevel.sourceforge.net> - Stop fiddling with the volume knob. Curiosity was framed; ignorance killed the cat. |
| ||||
| Johan Lindquist wrote: > On 2003-10-25, gazing longingly at the horizon, > Christoph Gysin <fr33z3@fr33z3.org> > felt a deep, passionate desire to let the following be known: > > >>use: >>msdos for fat12 >>fat for fat16 >>vfat for fat32 >> >>the line should be: >>/dev/scsi/host1/bus0/target0/lun0/disc /flash fat defaults,user,noauto 0 0 > > > Using "auto" for the file system might just work as well. > Only if msdos/fat/vfat is built into the kernel or the modules are autoloaded. -- Registered Linux User 286636 |