Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to
LinuxQuestions.org , a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free.
Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please
contact us . If you need to reset your password,
click here .
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
01-27-2007, 12:40 AM
#1
Member
Registered: Jan 2007
Location: Missouri
Posts: 31
Rep:
usb drive won't mount - error: wrong fs type, bad option, bad superblock on /dev/sda1
the drive is a 1 gig pqi intellistick
the computer recognizes it, but when I try to open the drive to view the files, it gives me the error.
it is formatted as FAT32.
This is what I get from /var/log/messages:
Jan 27 00:32:01 linux-3syx kernel: usb 6-5: USB disconnect, address 3
Jan 27 00:32:05 linux-3syx kernel: usb 6-5: new high speed USB device using ehci_hcd and address 4
Jan 27 00:32:06 linux-3syx kernel: usb 6-5: new device found, idVendor=3538, idProduct=0054
Jan 27 00:32:06 linux-3syx kernel: usb 6-5: new device strings: Mfr=1, Product=2, SerialNumber=3
Jan 27 00:32:06 linux-3syx kernel: usb 6-5: Product: IntelligentStick
Jan 27 00:32:06 linux-3syx kernel: usb 6-5: Manufacturer: I-Stick2
Jan 27 00:32:06 linux-3syx kernel: usb 6-5: SerialNumber: 00000000000516
Jan 27 00:32:06 linux-3syx kernel: usb 6-5: configuration #1 chosen from 1 choice
Jan 27 00:32:06 linux-3syx kernel: scsi3 : SCSI emulation for USB Mass Storage devices
Jan 27 00:32:06 linux-3syx kernel: usb-storage: device found at 4
Jan 27 00:32:06 linux-3syx kernel: usb-storage: waiting for device to settle before scanning
Jan 27 00:32:07 linux-3syx kernel: Vendor: I-Stick2 Model: IntelligentStick Rev: 0.00
Jan 27 00:32:07 linux-3syx kernel: Type: Direct-Access ANSI SCSI revision: 02
Jan 27 00:32:07 linux-3syx kernel: SCSI device sda: 2015231 512-byte hdwr sectors (1032 MB)
Jan 27 00:32:07 linux-3syx kernel: sda: Write Protect is off
Jan 27 00:32:07 linux-3syx kernel: sda: Mode Sense: 00 00 00 00
Jan 27 00:32:07 linux-3syx kernel: sda: assuming drive cache: write through
Jan 27 00:32:07 linux-3syx kernel: SCSI device sda: 2015231 512-byte hdwr sectors (1032 MB)
Jan 27 00:32:07 linux-3syx kernel: sda: Write Protect is off
Jan 27 00:32:07 linux-3syx kernel: sda: Mode Sense: 00 00 00 00
Jan 27 00:32:07 linux-3syx kernel: sda: assuming drive cache: write through
Jan 27 00:32:07 linux-3syx kernel: sda: sda1
Jan 27 00:32:07 linux-3syx kernel: sd 3:0:0:0: Attached scsi removable disk sda
Jan 27 00:32:07 linux-3syx kernel: sd 3:0:0:0: Attached scsi generic sg0 type 0
Jan 27 00:32:07 linux-3syx kernel: usb-storage: device scan complete
Jan 27 00:32:13 linux-3syx kernel: NTFS-fs warning (device sda1): is_boot_sector_ntfs(): Invalid boot sector checksum.
Jan 27 00:32:13 linux-3syx kernel: NTFS-fs error (device sda1): read_ntfs_boot_sector(): Primary boot sector is invalid.
Jan 27 00:32:13 linux-3syx kernel: NTFS-fs error (device sda1): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.
Jan 27 00:32:13 linux-3syx kernel: NTFS-fs error (device sda1): ntfs_fill_super(): Not an NTFS volume.
-------
can anybody help me?
i would really love to be able to transfer files from XP to openSuSE 10.2 with my [newly purchased] flash drive
01-27-2007, 01:15 AM
#2
Member
Registered: Jan 2007
Location: Missouri
Posts: 31
Original Poster
Rep:
here is my /etc/fstab
/dev/hdb2 / ext3 acl,user_xattr 1 1
/dev/hdb3 /home ext3 acl,user_xattr 1 2
/dev/hda1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/sda1 /windows/D ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
/dev/hdb1 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/fd0 /media/floppy auto noauto,user,sync 0 0
01-27-2007, 02:24 AM
#3
Member
Registered: Jan 2007
Location: Missouri
Posts: 31
Original Poster
Rep:
I think I got it...
I changed this line:
Quote:
Originally Posted by bluecog6
/dev/sda1 /windows/D ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0
to this:
/dev/sda1 /media/usb vfat noexec,noauto,users,gid=100 0 0
I borrowed the "
noexec,noauto,users,gid=100 " bit from another thread, and I freestyled the "
/media/usb " and "
vfat " parts. I had to create the "usb" folder in the /media folder.
The only issue -which may not be an issue- is that I was under the impression that the noexec and noauto lines would require me to manually mount the flash drive. When I plug it in, it opens up automatically, and I can access my stuff.
[to anyone viewing this] Should I be concerned at all?
01-27-2007, 02:33 AM
#4
Moderator
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,263
The "noexec" option prevents files from being executed directly. It is commonly used for globally writable partitions like /tmp.
The "noauto" option will prevent "mount -a" from trying to boot the device when you boot up. This would cause a hang if the device weren't plugged in.
01-27-2007, 09:07 AM
#5
Member
Registered: Jan 2007
Location: Missouri
Posts: 31
Original Poster
Rep:
jschiwal - thanks for the reply
Thread Tools
Search this Thread
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
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
ERROR AT MOUNTING USB :mount: wrong fs type, bad option, bad superblock on /dev/sda1,
saiket
Linux - Hardware
3
04-12-2008 12:07 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 on /dev/sdb1
pmoreira
Linux - Hardware
5
02-26-2004 10:31 AM
USB 2.0 memory stick mount: wrong fs type, bad option, bad superblock on /dev/sda1,
o
olivier.riff
Linux - Hardware
2
11-12-2003 08:11 AM
All times are GMT -5. The time now is 12:03 AM .
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know .
Latest Threads
LQ News