Sponsored Content
Full Discussion: Unknown fs on usb?
Top Forums Shell Programming and Scripting Unknown fs on usb? Post 302933851 by 1in10 on Monday 2nd of February 2015 01:38:25 PM
Old 02-02-2015
Unknown fs on usb?

Code:
Error mounting: mount exited with exit code 1: helper failed with:
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

This happens when I try to mount a usb-stick, that did work before the update on wheezy.
After updating I typed as root after changing to /etc/apt

Code:
cat sources.list

getting this

Code:
# deb cdrom:[Debian GNU/Linux 7.1.0 _Wheezy_ - Official amd64 NETINST Binary-1 20130615-23:04]/ wheezy main 

deb ftp://ftp.br.debian.org/debian/ wheezy main contrib non-free 
# deb-src ftp://ftp.br.debian.org/debian/ wheezy main contrib non-free 

deb http://security.debian.org/ wheezy/updates main contrib non-free 
# deb-src ftp://ftp.br.debian.org/debian/ wheezy/updates main contrib non-free 

# wheezy-updates, previously known as 'volatile'
deb ftp://ftp.br.debian.org/debian/ wheezy-updates main contrib non-free 
deb ftp://ftp.br.debian.org/debian/ wheezy-proposed-updates contrib non-free main 
# deb-src ftp://ftp.br.debian.org/debian/ wheezy-updates main contrib non-free

When typing the so called help

Code:
syslog - try dmesg | tail

(whith od without the blank before the "try") I am getting the notice, no such command. So may someone has a hint. The usb-stick used to work with ext4. What coud have happend?

Code:
mount /dev/sda1 /home/<my-user-name>/usb_stick -t vfat

does not help either. Glad for any help, thanks in advance.


going ahead trying this

Code:
tail -f /var/log/syslog

after that plugging in the usb-stick the terminal (using as root) tells me tons of tails

Code:
Feb  2 17:10:10 rechenknecht2 kernel: [ 7115.424057] usb 8-1: new high-speed USB device number 6 using ehci_hcd
Feb  2 17:10:10 rechenknecht2 kernel: [ 7115.558038] usb 8-1: New USB device found, idVendor=1307, idProduct=0165
Feb  2 17:10:10 rechenknecht2 kernel: [ 7115.558041] usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Feb  2 17:10:10 rechenknecht2 kernel: [ 7115.558044] usb 8-1: Product: USB Mass Storage Device
Feb  2 17:10:10 rechenknecht2 kernel: [ 7115.558046] usb 8-1: Manufacturer: USBest Technology
Feb  2 17:10:10 rechenknecht2 kernel: [ 7115.558047] usb 8-1: SerialNumber: 09022453564397
Feb  2 17:10:10 rechenknecht2 kernel: [ 7115.558895] scsi9 : usb-storage 8-1:1.0
Feb  2 17:10:10 rechenknecht2 mtp-probe: checking bus 8, device 6: "/sys/devices/pci0000:00/0000:00:1d.7/usb8/8-1"
Feb  2 17:10:10 rechenknecht2 mtp-probe: bus: 8, device: 6 was not an MTP device
Feb  2 17:10:11 rechenknecht2 kernel: [ 7116.556916] scsi 9:0:0:0: Direct-Access                               0.00 PQ: 0 ANSI: 2
Feb  2 17:10:11 rechenknecht2 kernel: [ 7116.558686] sd 9:0:0:0: Attached scsi generic sg2 type 0
Feb  2 17:10:11 rechenknecht2 kernel: [ 7116.559288] sd 9:0:0:0: [sdb] 15794176 512-byte logical blocks: (8.08 GB/7.53 GiB)
Feb  2 17:10:11 rechenknecht2 kernel: [ 7116.559906] sd 9:0:0:0: [sdb] Write Protect is off
Feb  2 17:10:11 rechenknecht2 kernel: [ 7116.559909] sd 9:0:0:0: [sdb] Mode Sense: 00 00 00 00
Feb  2 17:10:11 rechenknecht2 kernel: [ 7116.560533] sd 9:0:0:0: [sdb] Asking for cache data failed
Feb  2 17:10:11 rechenknecht2 kernel: [ 7116.560537] sd 9:0:0:0: [sdb] Assuming drive cache: write through
Feb  2 17:10:11 rechenknecht2 kernel: [ 7116.564919] sd 9:0:0:0: [sdb] Asking for cache data failed
Feb  2 17:10:11 rechenknecht2 kernel: [ 7116.564923] sd 9:0:0:0: [sdb] Assuming drive cache: write through
Feb  2 17:10:11 rechenknecht2 kernel: [ 7116.697969]  sdb: sdb1
Feb  2 17:10:12 rechenknecht2 kernel: [ 7117.397668] sd 9:0:0:0: [sdb] Asking for cache data failed
Feb  2 17:10:12 rechenknecht2 kernel: [ 7117.397673] sd 9:0:0:0: [sdb] Assuming drive cache: write through
Feb  2 17:10:12 rechenknecht2 kernel: [ 7117.397676] sd 9:0:0:0: [sdb] Attached SCSI removable disk
Feb  2 17:10:13 rechenknecht2 kernel: [ 7117.983909] EXT3-fs error (device sdb1): ext3_check_descriptors: Block bitmap for group 0 not in group (block 16646647)!
Feb  2 17:10:13 rechenknecht2 kernel: [ 7117.999060] EXT3-fs (sdb1): error: group descriptors corrupted

So I see it is ext checking, and now I am looking for clues, because there it says that this is ext3 as fs.
And
Code:
udevinfo -a -p /sys/block/sdh

this command does not help at all :-(

Last edited by 1in10; 02-02-2015 at 03:10 PM.. Reason: typing error, new trial
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

unknown host

Hello all I'm new to this site and I have to say that ,it is just awesome. I was able to get most of my questions answered by reading the archives. I've been a UNIX programmer for a while now but new to administration. I just installed SunOS 5.9 on my desktop ( i86pc) . Everything... (3 Replies)
Discussion started by: luft
3 Replies

2. UNIX for Dummies Questions & Answers

unknown utility

Hi everyone, I am a beginner in Linux and Shell scripting.I am migrating a couple of shell scripts from Solaris platform to Linux platform.In one script i saw a usage as : /base/article/ocilib/lobfile $username/$password $filename $filepath I didn't understand what this represents.The... (2 Replies)
Discussion started by: DILEEP410
2 Replies

3. UNIX for Advanced & Expert Users

NSS - LDAP ---> su: Unknown id:

Hello Experts, I am facing a problem with ldap account, Some systems account running properly, but some systems it returns as "su: Unknown id: username". Please let me know how to start troubleshooting the same. Thanks in Advance. Reagrds, Awadhesh (1 Reply)
Discussion started by: Awadhesh
1 Replies

4. Solaris

PING - Unknown host 127.0.0.1, Unknown host localhost - Solaris 10

Hello, I have a problem - I created a chrooted jail for one user. When I'm logged in as root, everything work fine, but when I'm logged in as a chrooted user - I have many problems: 1. When I execute the command ping, I get weird results: bash-3.00$ usr/sbin/ping localhost ... (4 Replies)
Discussion started by: Przemek
4 Replies

5. HP-UX

su: Unknown id: root

Hi, I am facing an issue with HP-UX box. -bash-4.0$ uname -a HP-UX ctsintco B.11.31 U ia64 2795347624 unlimited-user license When ever iam doing a su - root, it is showing the below error -bash-4.0$ su - root Password: su: Unknown id: root Can you pls. let me know how to over come... (2 Replies)
Discussion started by: ysrikanth
2 Replies

6. AIX

Unknown VGs

Hi Guys, I found on one of the server there are 2 VG's which I dont have any Idea of who created .. as below bash-3.00$ lsvg old_rootvg rootvg datavg altinst_rootvg altinst_rootvg under is meant for alternate disk installation.. But I'm not sure for which version of OS it was... (5 Replies)
Discussion started by: kkeng808
5 Replies

7. UNIX for Dummies Questions & Answers

USB-USB cable between linux and windows computers

Is there an easy way to setup a cross-over cable (USB-USB) between a linux box and a windows PC? My 2 machines are next to each other but I really do not want to keep transfering my files using my USB drive. Thanks! (4 Replies)
Discussion started by: Xterra
4 Replies

8. Solaris

Unknown fstype?

Dear all I have formatted/labeled/partitioned my new disk but when trying to mount it is returning 'unknown fstype' .Can you please let me know how to solve this problem? Thank you (37 Replies)
Discussion started by: hadimotamedi
37 Replies

9. Shell Programming and Scripting

Unknown command '\;'

Hello, I am running ubuntu 16.04 . Below script gives: "unknown command '\;' counter=105 while read COL1 COL2 COL3 do let counter++ url="http://localhost/test/$COL1.$COL2.$COL3"; mysql -uroot -D mydatabase -pmypasswd -e "SELECT video_id FROM video_series_files WHERE id IN \ (SELECT... (12 Replies)
Discussion started by: baris35
12 Replies
All times are GMT -4. The time now is 04:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy