Created
July 10, 2012 11:12
-
-
Save mauriciofierrom/3082713 to your computer and use it in GitHub Desktop.
mount error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error: | |
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 output: | |
[12139.341340] mount: sending ioctl 5310 to a partition! | |
[12139.341345] mount: sending ioctl 5310 to a partition! | |
[12139.832348] UDF-fs: warning (device sdb1): udf_load_vrs: No VRS found | |
[12139.832358] UDF-fs: Rescanning with blocksize 2048 | |
[12140.370151] UDF-fs: warning (device sdb1): udf_load_vrs: No VRS found | |
[12140.370161] UDF-fs: warning (device sdb1): udf_fill_super: No partition found (1) | |
[12140.393921] mount: sending ioctl 5310 to a partition! | |
[12140.393932] mount: sending ioctl 5310 to a partition! | |
[12140.451244] ISOFS: Unable to identify CD-ROM format. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment