LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   kernel 3.8.4-smp mess up mount on 32 bit (https://www.linuxquestions.org/questions/slackware-14/kernel-3-8-4-smp-mess-up-mount-on-32-bit-4175455957/)

pejobe 03-28-2013 07:44 AM

kernel 3.8.4-smp mess up mount on 32 bit
 
use 32 bit and mount doesn't work properly after kernelupgrade today 28/03/13 to kernel 3.8.4-smp.
$ udisks --mount /dev/sdb
Mount failed: Error mounting: mount: unknown filesystem type 'vfat'

# mount -t vfat /dev/sdb /media/sdb1
mount: unknown filesystem type 'vfat'

it worked with kernel 3.7.10 ..

update:
solved it by using mkinitrd_command_generator.sh

Alien Bob 03-29-2013 03:51 PM

Since you solved this yourself, I'll answer here just to get this off the "zero-reply" list. No idea why that script helped you solving the issue though.

Eric

pejobe 04-02-2013 05:38 AM

OK. After the kernel upgrade I run mkinitrd:
mkinitrd -c -k 3.8.4-smp -m ext4 -f ext4 -r /dev/sda1

after that udisks did not work:
$ udisks --mount /dev/sdb
Mount failed: Error mounting: mount: unknown filesystem type 'vfat'

then I used mkinitrd_command_generator.sh
which generated:
mkinitrd -c -k 3.8.4-smp -f ext4 -r /dev/sda1 -m usb-storage:ehci-hcd:ehci-pci:usbhid:uhci-hcd:mbcache:jbd2:ext4 -u -o /boot/initrd.gz

then the udisks / mount problem was solved.


All times are GMT -5. The time now is 11:57 AM.