LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Error mounting: mount exited with exit code 1 (https://www.linuxquestions.org/questions/linux-newbie-8/error-mounting-mount-exited-with-exit-code-1-a-794063/)

shoop da whoop king 03-08-2010 05:20 PM

Error mounting: mount exited with exit code 1
 
I am very new to the linux community and installed Ubuntu 9.10 desktop on my EEE 701SD. I installed it via a usb flash drive boot. However once I had installed on my EEE pc I formated the flash drive. But then the next time I inserted the flash drive it came up with an error. It said:


Unable to mount 1.0 GB filesystem

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



I dont know what to do now and cant usb use flash drives.
Any help appreciated. Thanks

jamescondron 03-08-2010 05:27 PM

Do any others work? Did you format it and put a filesystem on it? What does
Code:

sudo fdisk -l /dev/sdb
give?

shoop da whoop king 03-09-2010 04:48 PM

i ve tried with multiple flash sticks and none worked, i tried the command:

sudo fdisk -l /dev/sdb

but the error message still comes wen i try to use it.

jamescondron 03-09-2010 04:49 PM

Okay, no problem. Plug one in now and do us the output of
Code:

dmesg|tail -15

shoop da whoop king 03-09-2010 05:48 PM

i tried that as well and it came up with the error message:

UDF-fs: No anchor found
[17101.640736] UDF-fs: Rescanning with blocksize 2048
[17101.656976] UDF-fs: No anchor found
[17101.656984] UDF-fs: No partition found (1)
[17101.691600] ISOFS: Unable to identify CD-ROM format.

jamescondron 03-09-2010 06:29 PM

Isn't UDF an independent system for CDs and DVDs? and the error with ISOFS.
And you still haven't given me the output for the fdisk command

shoop da whoop king 03-10-2010 04:23 PM

okay sorry about that,
i tried the fdisk command and it came up with this:
Usage: fdisk [-l] [-b SSZ] [-u] device
E.g.: fdisk /dev/hda (for the first IDE disk)
or: fdisk /dev/sdc (for the third SCSI disk)
or: fdisk /dev/eda (for the first PS/2 ESDI drive)
or: fdisk /dev/rd/c0d0 or: fdisk /dev/ida/c0d0 (for RAID devices)

jamescondron 03-10-2010 04:35 PM

Well okay, thats an error message, you did the command wrong.

Plug the USB stick in, and then do
Code:

dmesg|tail
A line like:
Code:

Mar 10 22:32:10 jcmain kernel: [1033628.941538] sd 11:0:0:0: [sdc] Attached SCSI removable disk
tells us that the new device is sdc, so we do

Code:

root@jcmain:~# fdisk -l /dev/sdc

Disk /dev/sdc: 1023 MB, 1023410176 bytes
2 heads, 63 sectors/track, 15863 cylinders
Units = cylinders of 126 * 512 = 64512 bytes
Disk identifier: 0x015462ea

  Device Boot      Start        End      Blocks  Id  System
/dev/sdc1              1      15863      999337+  83  Linux

- So try it as such, of course replacing sdc with whatever device you get

shoop da whoop king 03-15-2010 02:32 PM

when i typed in: dmesg|tail
it came up with: sd 2:0:0:0: [sdb] Assuming drive cache: write through.
So i typed in: fdisk -l /dev/sdb
It said: Cannot open /dev/sdb
Still unsure of what is wrong but i suspect it could be problem with: /dev/sdb

amirishere 03-07-2011 12:50 PM

Same Prob here, albeit on debian
 
I am posting here as this was the most relevant hi ranking google result. Double clicking my 2 gig flash drive gives me:
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

$ dmesg | tail // gives me:
[ 1927.453332] UDF-fs: No anchor found
[ 1927.453340] UDF-fs: Rescanning with blocksize 2048
[ 1927.685349] UDF-fs: No anchor found
[ 1927.685356] UDF-fs: No partition found (1)
[ 1928.277310] ISOFS: Unable to identify CD-ROM format.
[ 2175.339092] UDF-fs: No anchor found
[ 2175.339100] UDF-fs: Rescanning with blocksize 2048
[ 2175.563060] UDF-fs: No anchor found
[ 2175.563067] UDF-fs: No partition found (1)
[ 2176.163047] ISOFS: Unable to identify CD-ROM format.

and the second half of the dmesg output is at the very end of the post (from where the usbs start).

and I get:
root@Amir:/home/amir# fdisk -l /dev/sdb

Disk /dev/sdb: 2019 MB, 2019557376 bytes
19 heads, 18 sectors/track, 11533 cylinders
Units = cylinders of 342 * 512 = 175104 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

Device Boot Start End Blocks Id System
/dev/sdb1 24 11534 1968128 b W95 FAT32


I can mount with:
mount /dev/sdb1 /mnt/usb

but I'd like to get this auto mount thing going. :D





[ 2.411088] FDC 0 is a post-1991 82077
[ 2.541097] usbcore: registered new interface driver usbfs
[ 2.541579] usbcore: registered new interface driver hub
[ 2.542108] usbcore: registered new device driver usb
[ 2.548215] SCSI subsystem initialized
[ 2.575462] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.575533] alloc irq_desc for 23 on node -1
[ 2.575537] alloc kstat_irqs on node -1
[ 2.575916] ehci_hcd 0000:00:03.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[ 2.575966] ehci_hcd 0000:00:03.3: EHCI Host Controller
[ 2.576087] ehci_hcd 0000:00:03.3: new USB bus registered, assigned bus number 1
[ 2.576141] ehci_hcd 0000:00:03.3: cache line size of 128 is not supported
[ 2.577625] ehci_hcd 0000:00:03.3: irq 23, io mem 0xfdffc000
[ 2.589043] ehci_hcd 0000:00:03.3: USB 2.0 started, EHCI 1.00
[ 2.589109] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.589114] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.589117] usb usb1: Product: EHCI Host Controller
[ 2.589120] usb usb1: Manufacturer: Linux 2.6.32-5-amd64 ehci_hcd
[ 2.589122] usb usb1: SerialNumber: 0000:00:03.3
[ 2.589289] usb usb1: configuration #1 chosen from 1 choice
[ 2.589351] hub 1-0:1.0: USB hub found
[ 2.589368] hub 1-0:1.0: 8 ports detected
[ 2.591168] fan PNP0C0B:00: registered as cooling_device0
[ 2.591183] ACPI: Fan [FAN] (on)
[ 2.593221] sis190 Gigabit Ethernet driver 1.3 loaded.
[ 2.593264] alloc irq_desc for 19 on node -1
[ 2.593268] alloc kstat_irqs on node -1
[ 2.593651] sis190 0000:00:04.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 2.593683] sis190 0000:00:04.0: setting latency timer to 64
[ 2.593716] 0000:00:04.0: Read MAC address from EEPROM
[ 2.595596] libata version 3.00 loaded.
[ 2.654031] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.680021] 0000:00:04.0: Broadcom PHY AC131 transceiver at address 1.
[ 3.176015] 0000:00:04.0: Using transceiver at address 1 as default.
[ 3.208934] 0000:00:04.0: SiS 191 PCI Gigabit Ethernet adapter at ffffc9001066a000 (IRQ: 19), 00:15:58:aa:21:be
[ 3.208939] eth0: GMII mode.
[ 3.208953] eth0: Enabling Auto-negotiation.
[ 3.240057] pata_sis 0000:00:02.5: version 0.5.2
[ 3.240088] pata_sis 0000:00:02.5: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 3.245399] scsi0 : pata_sis
[ 3.245848] scsi1 : pata_sis
[ 3.247243] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x4000 irq 14
[ 3.247249] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x4008 irq 15
[ 3.247380] alloc irq_desc for 20 on node -1
[ 3.247385] alloc kstat_irqs on node -1
[ 3.247764] ohci_hcd 0000:00:03.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 3.247816] ohci_hcd 0000:00:03.0: OHCI Host Controller
[ 3.247854] ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 2
[ 3.249415] ohci_hcd 0000:00:03.0: irq 20, io mem 0xfdfff000
[ 3.306047] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.306052] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.306056] usb usb2: Product: OHCI Host Controller
[ 3.306058] usb usb2: Manufacturer: Linux 2.6.32-5-amd64 ohci_hcd
[ 3.306061] usb usb2: SerialNumber: 0000:00:03.0
[ 3.306387] usb usb2: configuration #1 chosen from 1 choice
[ 3.306595] hub 2-0:1.0: USB hub found
[ 3.306623] hub 2-0:1.0: 3 ports detected
[ 3.306780] alloc irq_desc for 21 on node -1
[ 3.306785] alloc kstat_irqs on node -1
[ 3.307166] ohci_hcd 0000:00:03.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 3.307218] ohci_hcd 0000:00:03.1: OHCI Host Controller
[ 3.307256] ohci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 3
[ 3.308791] ohci_hcd 0000:00:03.1: irq 21, io mem 0xfdffe000
[ 3.366051] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.366056] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.366059] usb usb3: Product: OHCI Host Controller
[ 3.366062] usb usb3: Manufacturer: Linux 2.6.32-5-amd64 ohci_hcd
[ 3.366064] usb usb3: SerialNumber: 0000:00:03.1
[ 3.366403] usb usb3: configuration #1 chosen from 1 choice
[ 3.366594] hub 3-0:1.0: USB hub found
[ 3.366620] hub 3-0:1.0: 3 ports detected
[ 3.367299] alloc irq_desc for 22 on node -1
[ 3.367305] alloc kstat_irqs on node -1
[ 3.367684] ohci_hcd 0000:00:03.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[ 3.367738] ohci_hcd 0000:00:03.2: OHCI Host Controller
[ 3.367778] ohci_hcd 0000:00:03.2: new USB bus registered, assigned bus number 4
[ 3.369320] ohci_hcd 0000:00:03.2: irq 22, io mem 0xfdffd000
[ 3.426052] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.426058] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.426062] usb usb4: Product: OHCI Host Controller
[ 3.426064] usb usb4: Manufacturer: Linux 2.6.32-5-amd64 ohci_hcd
[ 3.426067] usb usb4: SerialNumber: 0000:00:03.2
[ 3.426403] usb usb4: configuration #1 chosen from 1 choice
[ 3.426609] hub 4-0:1.0: USB hub found
[ 3.426635] hub 4-0:1.0: 2 ports detected
[ 3.565505] sata_sis 0000:00:05.0: version 1.0
[ 3.565539] alloc irq_desc for 17 on node -1
[ 3.565543] alloc kstat_irqs on node -1
[ 3.565923] sata_sis 0000:00:05.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 3.565940] sata_sis 0000:00:05.0: Detected SiS 182/965 chipset
[ 3.569460] scsi2 : sata_sis
[ 3.570824] scsi3 : sata_sis
[ 3.571199] ata3: SATA max UDMA/133 cmd 0xfc00 ctl 0xfb00 bmdma 0xf800 irq 17
[ 3.571206] ata4: SATA max UDMA/133 cmd 0xfa00 ctl 0xf900 bmdma 0xf808 irq 17
[ 3.680028] usb 2-1: new full speed USB device using ohci_hcd and address 2
[ 3.892035] usb 2-1: New USB device found, idVendor=058f, idProduct=9254
[ 3.892040] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.892044] usb 2-1: Product: Generic USB Hub
[ 3.892046] usb 2-1: Manufacturer: ALCOR
[ 3.892231] usb 2-1: configuration #1 chosen from 1 choice
[ 3.895160] hub 2-1:1.0: USB hub found
[ 3.898041] hub 2-1:1.0: 4 ports detected
[ 4.218795] ata3.00: SATA link down (SStatus 0 SControl 300)
[ 4.218809] ata3.01: SATA link down (SStatus 0 SControl 300)
[ 4.220040] usb 2-1.2: new low speed USB device using ohci_hcd and address 3
[ 4.330035] usb 2-1.2: New USB device found, idVendor=04b4, idProduct=0033
[ 4.330040] usb 2-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.330220] usb 2-1.2: configuration #1 chosen from 1 choice
[ 4.410036] usb 2-1.4: new low speed USB device using ohci_hcd and address 4
[ 4.518036] usb 2-1.4: New USB device found, idVendor=0566, idProduct=3107
[ 4.518042] usb 2-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.518218] usb 2-1.4: configuration #1 chosen from 1 choice
[ 4.533947] usbcore: registered new interface driver hiddev
[ 4.542602] input: HID 04b4:0033 as /devices/pci0000:00/0000:00:03.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input1
[ 4.543062] generic-usb 0003:04B4:0033.0001: input,hidraw0: USB HID v1.00 Mouse [HID 04b4:0033] on usb-0000:00:03.0-1.2/input0
[ 4.550611] input: HID 0566:3107 as /devices/pci0000:00/0000:00:03.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input2
[ 4.550892] generic-usb 0003:0566:3107.0002: input,hidraw1: USB HID v1.10 Keyboard [HID 0566:3107] on usb-0000:00:03.0-1.4/input0
[ 4.562399] input: HID 0566:3107 as /devices/pci0000:00/0000:00:03.0/usb2/2-1/2-1.4/2-1.4:1.1/input/input3
[ 4.562658] generic-usb 0003:0566:3107.0003: input,hidraw2: USB HID v1.10 Device [HID 0566:3107] on usb-0000:00:03.0-1.4/input1
[ 4.562740] usbcore: registered new interface driver usbhid
[ 4.563204] usbhid: v2.6:USB HID core driver
[ 4.856046] ata4.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 4.856060] ata4.01: SATA link down (SStatus 0 SControl 300)
[ 4.904817] ata4.00: ATA-7: MAXTOR STM3320820AS, 3.AAE, max UDMA/133
[ 4.904823] ata4.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 4.988128] ata4.00: configured for UDMA/133
[ 4.988333] scsi 3:0:0:0: Direct-Access ATA MAXTOR STM332082 3.AA PQ: 0 ANSI: 5
[ 5.017291] sd 3:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[ 5.017389] sd 3:0:0:0: [sda] Write Protect is off
[ 5.017393] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 5.017429] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5.017720] sda: sda1 < sda5 sda6 sda7 > sda2
[ 5.079682] sd 3:0:0:0: [sda] Attached SCSI disk
[ 5.568339] PM: Starting manual resume from disk
[ 5.568346] PM: Resume from partition 8:7
[ 5.568349] PM: Checking hibernation image.
[ 5.579110] PM: Error -22 checking image file
[ 5.579115] PM: Resume from disk failed.
[ 5.627981] kjournald starting. Commit interval 5 seconds
[ 5.628029] EXT3-fs: mounted filesystem with ordered data mode.
[ 8.062961] udev[289]: starting version 164
[ 8.595020] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
[ 8.595034] ACPI: Power Button [PWRB]
[ 8.595167] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[ 8.595175] ACPI: Power Button [PWRF]
[ 8.605007] processor LNXCPU:00: registered as cooling_device1
[ 8.858363] input: PC Speaker as /devices/platform/pcspkr/input/input6
[ 8.873282] parport_pc 00:09: reported by Plug and Play ACPI
[ 8.873342] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[ 10.060033] nvidia: module license 'NVIDIA' taints kernel.
[ 10.060041] Disabling lock debugging due to kernel taint
[ 10.878321] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 10.878339] nvidia 0000:01:00.0: setting latency timer to 64
[ 10.878347] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[ 10.879318] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 195.36.31 Thu Jun 3 08:19:50 PDT 2010
[ 11.565781] alloc irq_desc for 18 on node -1
[ 11.565787] alloc kstat_irqs on node -1
[ 11.566168] Intel ICH 0000:00:02.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 11.892037] intel8x0_measure_ac97_clock: measured 55940 usecs (2691 samples)
[ 11.892043] intel8x0: clocking to 48000
[ 12.930536] Adding 2000888k swap on /dev/sda7. Priority:-1 extents:1 across:2000888k
[ 13.122414] EXT3 FS on sda6, internal journal
[ 13.339423] loop: module loaded
[ 14.760245] fuse init (API version 7.13)
[ 16.461271] vboxdrv: Trying to deactivate the NMI watchdog permanently...
[ 16.461279] vboxdrv: Successfully done.
[ 16.461283] vboxdrv: Found 1 processor cores.
[ 16.462346] VBoxDrv: dbg - g_abExecMemory=ffffffffa0e036c0
[ 16.463785] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[ 16.463792] vboxdrv: Successfully loaded version 3.2.10_OSE (interface 0x00140001).
[ 18.702282] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 20.979784] Bluetooth: Core ver 2.15
[ 20.979915] NET: Registered protocol family 31
[ 20.979919] Bluetooth: HCI device and connection manager initialized
[ 20.979923] Bluetooth: HCI socket layer initialized
[ 21.250386] Bluetooth: L2CAP ver 2.14
[ 21.250393] Bluetooth: L2CAP socket layer initialized
[ 21.394301] Bluetooth: RFCOMM TTY layer initialized
[ 21.394310] Bluetooth: RFCOMM socket layer initialized
[ 21.394313] Bluetooth: RFCOMM ver 1.11
[ 21.519141] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 21.519147] Bluetooth: BNEP filters: protocol multicast
[ 21.600883] Bridge firewalling registered
[ 21.732257] Bluetooth: SCO (Voice Link) ver 0.6
[ 21.732263] Bluetooth: SCO socket layer initialized
[ 23.339805] lp0: using parport0 (interrupt-driven).
[ 23.500689] ppdev: user-space parallel port driver
[ 28.732032] eth0: mii ext = 000b.
[ 28.756024] eth0: mii lpa=45e1 adv=01e1 exp=0007.
[ 28.756030] eth0: link on 100 Mbps Full Duplex mode.
[ 28.756240] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 39.164019] eth0: no IPv6 routers present
[ 801.109680] usb 2-1.1: new full speed USB device using ohci_hcd and address 5
[ 801.208674] usb 2-1.1: not running at top speed; connect to a high speed hub
[ 801.226676] usb 2-1.1: New USB device found, idVendor=058f, idProduct=6387
[ 801.226681] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 801.226685] usb 2-1.1: Product: Mass Storage Device
[ 801.226688] usb 2-1.1: Manufacturer: JetFlash
[ 801.226690] usb 2-1.1: SerialNumber: C58V8HQX
[ 801.228741] usb 2-1.1: configuration #1 chosen from 1 choice
[ 801.289281] Initializing USB Mass Storage driver...
[ 801.289490] scsi4 : SCSI emulation for USB Mass Storage devices
[ 801.289887] usbcore: registered new interface driver usb-storage
[ 801.289894] USB Mass Storage support registered.
[ 801.294818] usb-storage: device found at 5
[ 801.294824] usb-storage: waiting for device to settle before scanning
[ 806.293700] usb-storage: device scan complete
[ 806.300696] scsi 4:0:0:0: Direct-Access JetFlash Transcend 2GB 8.07 PQ: 0 ANSI: 2
[ 806.324654] sd 4:0:0:0: [sdb] 3944448 512-byte logical blocks: (2.01 GB/1.88 GiB)
[ 806.331664] sd 4:0:0:0: [sdb] Write Protect is off
[ 806.331671] sd 4:0:0:0: [sdb] Mode Sense: 03 00 00 00
[ 806.331675] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 806.364643] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 806.364656] sdb: sdb1
[ 806.485679] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 806.485690] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[ 808.921644] UDF-fs: No anchor found
[ 808.921651] UDF-fs: Rescanning with blocksize 2048
[ 809.145630] UDF-fs: No anchor found
[ 809.145637] UDF-fs: No partition found (1)
[ 809.775614] ISOFS: Unable to identify CD-ROM format.
[ 815.088575] UDF-fs: No anchor found
[ 815.088583] UDF-fs: Rescanning with blocksize 2048
[ 815.312594] UDF-fs: No anchor found
[ 815.312600] UDF-fs: No partition found (1)
[ 815.912602] ISOFS: Unable to identify CD-ROM format.
[ 827.245475] UDF-fs: No anchor found
[ 827.245483] UDF-fs: Rescanning with blocksize 2048
[ 827.469461] UDF-fs: No anchor found
[ 827.469467] UDF-fs: No partition found (1)
[ 828.069448] ISOFS: Unable to identify CD-ROM format.
[ 828.338527] UDF-fs: No anchor found
[ 828.338535] UDF-fs: Rescanning with blocksize 2048
[ 828.562462] UDF-fs: No anchor found
[ 828.562469] UDF-fs: No partition found (1)
[ 829.154438] ISOFS: Unable to identify CD-ROM format.
[ 865.227132] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[ 879.008997] UDF-fs: No anchor found
[ 879.009005] UDF-fs: Rescanning with blocksize 2048
[ 879.232985] UDF-fs: No anchor found
[ 879.232991] UDF-fs: No partition found (1)
[ 879.832972] ISOFS: Unable to identify CD-ROM format.
[ 881.253019] UDF-fs: No anchor found
[ 881.253027] UDF-fs: Rescanning with blocksize 2048
[ 881.476965] UDF-fs: No anchor found
[ 881.476973] UDF-fs: No partition found (1)
[ 882.076952] ISOFS: Unable to identify CD-ROM format.
[ 1024.924661] UDF-fs: No anchor found
[ 1024.924668] UDF-fs: Rescanning with blocksize 2048
[ 1025.148646] UDF-fs: No anchor found
[ 1025.148652] UDF-fs: No partition found (1)
[ 1025.748636] ISOFS: Unable to identify CD-ROM format.
[ 1343.724725] UDF-fs: No anchor found
[ 1343.724732] UDF-fs: Rescanning with blocksize 2048
[ 1343.948708] UDF-fs: No anchor found
[ 1343.948715] UDF-fs: No partition found (1)
[ 1344.540678] ISOFS: Unable to identify CD-ROM format.
[ 1674.083692] UDF-fs: No anchor found
[ 1674.083700] UDF-fs: Rescanning with blocksize 2048
[ 1674.307675] UDF-fs: No anchor found
[ 1674.307683] UDF-fs: No partition found (1)
[ 1674.899644] ISOFS: Unable to identify CD-ROM format.
[ 1679.659614] UDF-fs: No anchor found
[ 1679.659621] UDF-fs: Rescanning with blocksize 2048
[ 1679.883665] UDF-fs: No anchor found
[ 1679.883672] UDF-fs: No partition found (1)
[ 1680.475592] ISOFS: Unable to identify CD-ROM format.
[ 1927.453332] UDF-fs: No anchor found
[ 1927.453340] UDF-fs: Rescanning with blocksize 2048
[ 1927.685349] UDF-fs: No anchor found
[ 1927.685356] UDF-fs: No partition found (1)
[ 1928.277310] ISOFS: Unable to identify CD-ROM format.
[ 2175.339092] UDF-fs: No anchor found
[ 2175.339100] UDF-fs: Rescanning with blocksize 2048
[ 2175.563060] UDF-fs: No anchor found
[ 2175.563067] UDF-fs: No partition found (1)
[ 2176.163047] ISOFS: Unable to identify CD-ROM format.

smeezekitty 05-01-2011 11:26 PM

^^ You bumped an old thread.
Also when posting dmesg output, enclose it in [code] tags.

amirishere 05-08-2011 12:41 PM

solved for me
 
Oh, thank you. Will try to be more careful next time. Anyway, this was solved and the problem was a faulty cd with some sort of copy prevention scheme. The CD wouldn't auto mount, and all other stuff were stuck behind it.


All times are GMT -5. The time now is 03:04 PM.