LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-20-2005, 11:48 AM   #1
CPUFreak91
Member
 
Registered: Jul 2005
Location: Mars
Distribution: Gentoo Linux
Posts: 100

Rep: Reputation: 15
Bad superblock?


I finally got my chip reader working (under sdc) but when I try to mount a chip under a vfat fs type i get this error message:

mount: wrong fs type, bad option, bad superblock on /dev/sdc, or too many mounted file systems

Is there anything software related or should I move this to the hadware section?
 
Old 10-20-2005, 12:23 PM   #2
Keruskerfuerst
Senior Member
 
Registered: Oct 2005
Location: Horgau, Germany
Distribution: Manjaro KDE, Win 10
Posts: 2,199

Rep: Reputation: 164Reputation: 164
Hello!

you aren´t trying to mount the partiton.

Greetings
 
Old 10-20-2005, 03:20 PM   #3
CPUFreak91
Member
 
Registered: Jul 2005
Location: Mars
Distribution: Gentoo Linux
Posts: 100

Original Poster
Rep: Reputation: 15
What do you mean?
 
Old 10-20-2005, 03:33 PM   #4
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
You should be using a command like $mount vfat /dev/sdc /mnt Is this what you did?
 
Old 10-20-2005, 09:25 PM   #5
CPUFreak91
Member
 
Registered: Jul 2005
Location: Mars
Distribution: Gentoo Linux
Posts: 100

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by TigerOC
You should be using a command like $mount vfat /dev/sdc /mnt Is this what you did?
No. I didn't. I'm now currently using this (in /etc/fstab):
/dev/sdc /mnt/unknown vfat uid=1001,gid=0,users,noatime 1 0
Should I try the vfat /dev/sdc /mnt/usb?
 
Old 10-21-2005, 12:34 AM   #6
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
I don't know about card readers but *most* USB storage devices don't work by mounting /dev/sdc. Try /dev/sdc1 or /dev/sdc2, see which works for you.
 
Old 10-21-2005, 08:40 AM   #7
CPUFreak91
Member
 
Registered: Jul 2005
Location: Mars
Distribution: Gentoo Linux
Posts: 100

Original Poster
Rep: Reputation: 15
Nope. scdx (where x is any number): "special device sdcx doesn't exist".

Only sdc is recognized.
 
Old 10-21-2005, 08:44 AM   #8
imitheos
Member
 
Registered: May 2005
Location: Greece
Posts: 441

Rep: Reputation: 141Reputation: 141
Quote:
Originally posted by CPUFreak91
Nope. scdx (where x is any number): "special device sdcx doesn't exist".

Only sdc is recognized.
scdX is the device for scsi cdroms.

cs-cam mentioned sdcX. Most USB disks behave like a hard disk. Sector 0 contains a partition table.
By default, most USB disks have 1 partition so your best bet is /dev/sdc1
 
Old 10-21-2005, 10:59 AM   #9
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
Quote:
Most USB disks behave like a hard disk. Sector 0 contains a partition table.
By default, most USB disks have 1 partition so your best bet is /dev/sdc1
Just to put something different on the table for informational purposes only I have a HFS+ partition on a USB device and I mount it from /dev/sda, not /dev/sda1. Filesystem is obviously handled differently to most others but I thought I'd chuck that in for fun
 
Old 10-21-2005, 12:13 PM   #10
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
I have a multi-chip reader. It took me a while to get it working until I realised:

The different slots are allocated to /dev/sda /dev/sdb /dev/sdc etc

I had to plug in the memory card into the reader before I plugged the reader into the USB port.

HTH
 
Old 10-21-2005, 02:19 PM   #11
CPUFreak91
Member
 
Registered: Jul 2005
Location: Mars
Distribution: Gentoo Linux
Posts: 100

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by tredegar
I have a multi-chip reader. It took me a while to get it working until I realised:

The different slots are allocated to /dev/sda /dev/sdb /dev/sdc etc

I had to plug in the memory card into the reader before I plugged the reader into the USB port.

HTH
Ahh sorry a typo. it's not scd it's sdc the only port that doesn't say: special device X doesn't exist or no medium found. I have a chip reader that is connected to my motherboard not a usb port.: Pengy:

Oh, and I read that some flash drives/cards are treated like floppies (ie: no partition table)
The chip is formated with vfat I tried reformating it with ext3 but I still got the same rror (after I changed fstab)

Last edited by CPUFreak91; 10-21-2005 at 02:25 PM.
 
Old 10-21-2005, 03:23 PM   #12
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
CPUFreak91,

you might want to check this thread, if you haven't already done so:

http://www.linuxquestions.org/questi...07#post1896107

HTH
 
Old 10-21-2005, 05:20 PM   #13
CPUFreak91
Member
 
Registered: Jul 2005
Location: Mars
Distribution: Gentoo Linux
Posts: 100

Original Poster
Rep: Reputation: 15
That link could be what I'm looking for... I'll let you know if it works out ok.
 
Old 10-21-2005, 05:30 PM   #14
CPUFreak91
Member
 
Registered: Jul 2005
Location: Mars
Distribution: Gentoo Linux
Posts: 100

Original Poster
Rep: Reputation: 15
[DELTED].

EDIT> Now I do find something on Google. And am trying to download it now.

Last edited by CPUFreak91; 10-21-2005 at 05:39 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mount: wrong fs type, bad option, bad superblock on /dev/hdc3 Lordandmaker Linux - Hardware 15 06-05-2011 08:55 AM
mount: wrong fs type, bad option, bad superblock on /dev/cdrom, Adil_uk Linux - Hardware 9 02-16-2005 05:50 PM
mount: wrong fs type, bad option, bad superblock...(cdrom,dvd and floppy) SpItoS Mandriva 14 11-12-2004 02:27 PM
mount: wrong fs type, bad option, bad superblock on /dev/sdb1 pmoreira Linux - Hardware 5 02-26-2004 10:31 AM
wrong fs type, bad option, bad superblock on /dev/hdb1, ldare Linux - Hardware 1 02-12-2004 09:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 07:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration