Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: polikuo on March 17, 2018, 10:41:12 AM
-
I'm trying to mount a NTFS USB on piCore-9.0.3,
and run into "fuse not found" problem.
tc@box:~$ tce-status -i | grep 'fuse\|ntfs'
fuse
ntfs-3g
tc@box:~$ sudo modprobe fuse
modprobe: module fuse not found in modules.dep
tc@box:~$ sudo ntfs-3g /dev/sdb1 /mnt/sdb1
modprobe: module fuse not found in modules.dep
ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root
tc@box:~$ sudo depmod
tc@box:~$ sudo modprobe fuse
modprobe: module fuse not found in modules.dep
tc@box:~$ sudo mount /dev/sdb1 /mnt/sdb1
mount: unknown filesystem type 'ntfs'
Please advise.
-
is filesystems-KERNEL loaded?
-
Yes it is.
tc@box:~$ tce-load -i raid-dm-KERNEL filesystems-KERNEL fuse ntfs-3g
raid-dm-4.9.22-piCore-v7 is already installed!
filesystems-4.9.22-piCore-v7 is already installed!
fuse is already installed!
ntfs-3g is already installed!
tc@box:~$ sudo modprobe fuse
modprobe: module fuse not found in modules.dep
-
Here's what I get:
$ tce-load -i filesystems-KERNEL
raid-dm-4.9.22-piCore-v7.tcz: OK
filesystems-4.9.22-piCore-v7.tcz: OK
$ sudo modprobe fuse
$ lsmod | grep fuse
fuse 101410 1
-
I did a "base" reboot.
Still no luck.
tc@box:~$ tce-load -i raid-dm-4.9.22-piCore-v7.tcz filesystems-4.9.22-piCore-v7.tcz fuse.tcz ntfs-3g.tcz
raid-dm-4.9.22-piCore-v7.tcz: OK
filesystems-4.9.22-piCore-v7.tcz: OK
fuse.tcz: OK
ntfs-3g.tcz: OK
tc@box:~$ sudo modprobe fuse
modprobe: module fuse not found in modules.dep
tc@box:~$ lsmod | grep fuse
Maybe it has something to do with the boot code ?
tc@box:~$ cat /proc/cmdline
8250.nr_uarts=1 bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1080 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 dwc_otg.lpm_enable=0 console=ttyS0,115200 root=/dev/ram0 elevator=deadline rootwait quiet nortc loglevel=3 noembed waitusb=10 lang="zh_TW.utf8" multivt base
-
It turns out that my USB filesystem was corrupted, sorry for the noises. :(