Nerek Posted June 20, 2015 Posted June 20, 2015 Hi, I've installed Debian Wheezy with 4.0.5 kernel on my BPI and connected an 1To hd with sata. When i try to mount it, i get : "mount: wrong fs type, bad option, bad superblock on /dev/sda1, missing codepage or helper program" I can mount it on my other server ubuntu 14.04 LTS with no error. Do you have an idea why i can not mount it on BPI ? Maybe it's due to the Guid Partition Table ? Tks Nerek 1
Igor Posted June 20, 2015 Posted June 20, 2015 GPT is supported, that's not a problem. What do you have if you type: cat /proc/partitions
Nerek Posted June 20, 2015 Author Posted June 20, 2015 Here's what i get : major minor #blocks name 179 0 7782400 mmcblk0 179 1 7781376 mmcblk0p1 8 0 976762584 sda 8 1 976760832 sda1
petrmaje Posted June 20, 2015 Posted June 20, 2015 I have the same problem with 4.0.5 kernel. Old kernel is ok, but there is another issue with wifi. After kernel upgrade my system hangs and when I booted from SD and try to mount SATA filesystem I got this: [ 1046.318010] ata1.00: configured for UDMA/133 (device error ignored) [ 1046.318062] ata1.00: device reported invalid CHS sector 0 [ 1046.318164] ata1: EH complete [ 1046.323039] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0 [ 1046.323078] ata1.00: irq_stat 0x40000000 [ 1046.323109] ata1.00: failed command: FLUSH CACHE EXT [ 1046.323175] ata1.00: cmd ea/00:00:00:00:00/00:00:00:00:00/a0 tag 3 res 61/04:00:00:00:00/00:00:00:00:00/a0 Emask 0x1 (device error) [ 1046.323211] ata1.00: status: { DRDY DF ERR } [ 1046.323236] ata1.00: error: { ABRT } [ 1046.327870] ata1.00: configured for UDMA/133 (device error ignored) [ 1046.327927] ata1.00: device reported invalid CHS sector 0 [ 1046.328085] blk_update_request: I/O error, dev sda, sector 0 [ 1046.328168] JBD2: recovery failed [ 1046.328209] EXT4-fs (sda1): error loading journal [ 1046.328221] ata1: EH complete root@lamobo:~#
Nerek Posted June 20, 2015 Author Posted June 20, 2015 Ok, i manage to make it work. Neither "sudo mount /dev/sda1 /mnt' nor OpenMediaVault were working but "sudo mount -t ext4 /dev/sda1 /mnt" worked. Tks anyway for your help and for your release
remsnet Posted June 20, 2015 Posted June 20, 2015 [ 1046.323236] ata1.00: error: { ABRT } [ 1046.327870] ata1.00: configured for UDMA/133 (device error ignored) [ 1046.327927] ata1.00: device reported invalid CHS sector 0 [ 1046.328085] blk_update_request: I/O error, dev sda, sector 0 [ 1046.328168] JBD2: recovery failed [ 1046.328209] EXT4-fs (sda1): error loading journal [ 1046.328221] ata1: EH complete root@lamobo:~#are you shure to have sufficentky provide power ? ssd can consume +1Amp while booting from it... i.e: banapi r1 = 1amp wifi another 1amp and the ssd aother 1amp .. at boot
petrmaje Posted June 20, 2015 Posted June 20, 2015 [ 1046.323236] ata1.00: error: { ABRT } [ 1046.327870] ata1.00: configured for UDMA/133 (device error ignored) [ 1046.327927] ata1.00: device reported invalid CHS sector 0 [ 1046.328085] blk_update_request: I/O error, dev sda, sector 0 [ 1046.328168] JBD2: recovery failed [ 1046.328209] EXT4-fs (sda1): error loading journal [ 1046.328221] ata1: EH complete root@lamobo:~#are you shure to have sufficentky provide power ? ssd can consume +1Amp while booting from it... i.e: banapi r1 = 1amp wifi another 1amp and the ssd aother 1amp .. at boot When I use old kernel, SATA works without problems, wifi works too, but unstable. (Igor Pecovnik confirmed, that old kernel has the wifi issue). I have 3A power supply + usb power meter, peak current is ca 1,5A. I dont´t know, how SATA is powered, maybe there is possibility increase power software way, I don't know.
remsnet Posted June 20, 2015 Posted June 20, 2015 When I use old kernel, SATA works without problems, wifi works too, but unstable. (Igor Pecovnik confirmed, that old kernel has the wifi issue). I have 3A power supply + usb power meter, peak current is ca 1,5A. I dont´t know, how SATA is powered, maybe there is possibility increase power software way, I don't know. i use igors lib to build my own fully patched kernels ... and that works fine. root@fw1 ~ # vgs VG #PV #LV #SN Attr VSize VFree fsys1 1 2 0 wz--n- 119,24g 81,54g root@fw1 ~ # lsmod Module Size Used by nfsd 245319 2 exportfs 3340 1 nfsd ax88179_178a 13488 0 usbnet 23171 1 ax88179_178a arc4 1598 2 rtl8192cu 90112 0 rtl_usb 11843 1 rtl8192cu rtl8192c_common 57293 1 rtl8192cu rtlwifi 81947 3 rtl_usb,rtl8192c_common,rtl8192cu mac80211 296619 3 rtl_usb,rtlwifi,rtl8192cu root@fw1 ~ # uname -a Linux fw1 3.19.3-rc5bpi #1 SMP Sun Feb 8 09:58:58 UTC 2015 armv7l GNU/Linux fw1 ~ # Today working on latest build 4.0.x .. :-)
petrmaje Posted June 20, 2015 Posted June 20, 2015 i use igors lib to build my own fully patched kernels ... and that works fine. root@fw1 ~ # vgs VG #PV #LV #SN Attr VSize VFree fsys1 1 2 0 wz--n- 119,24g 81,54g root@fw1 ~ # lsmod Module Size Used by nfsd 245319 2 exportfs 3340 1 nfsd ax88179_178a 13488 0 usbnet 23171 1 ax88179_178a arc4 1598 2 rtl8192cu 90112 0 rtl_usb 11843 1 rtl8192cu rtl8192c_common 57293 1 rtl8192cu rtlwifi 81947 3 rtl_usb,rtl8192c_common,rtl8192cu mac80211 296619 3 rtl_usb,rtlwifi,rtl8192cu root@fw1 ~ # uname -a Linux fw1 3.19.3-rc5bpi #1 SMP Sun Feb 8 09:58:58 UTC 2015 armv7l GNU/Linux fw1 ~ # Today working on latest build 4.0.x .. :-) And the question is..... :-) Is it possible to download yours kernel somewhere?
remsnet Posted June 20, 2015 Posted June 20, 2015 And the question is..... :-) Is it possible to download yours kernel somewhere? i can put that on my dropbox once tested. currently compiling an full moduarised kernel ON the R1 - no crosscompile - using the ssd as compile storage.
petrmaje Posted June 20, 2015 Posted June 20, 2015 i can put that on my dropbox once tested. currently compiling an full moduarised kernel ON the R1 - no crosscompile - using the ssd as compile storage. So happy compiling :-) Let me know pls., when your kernel will be ready :-) Thanks!!!!
remsnet Posted June 20, 2015 Posted June 20, 2015 that will take some time days to get an sufficent MODED kernel .config that lets build , compile errors will reported to igors Lib as allways.
Recommended Posts