Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: dreamhua on April 13, 2025, 02:12:26 PM
-
No such file or directory
-
Hi dreamhua
Welcome to the forum.
Check if the xfs driver loaded:
lsmod | grep xfs
If not, then:
sudo modprobe xfs
-
How to install the xfs driver, including how to run the driver, can you give me the complete command? Thank you very much!!!
-
Hi dreamhua
First make sure you have filesystems-KERNEL.tcz and all of its dependencies installed:
tce-load -wl filesystems-$(uname -r).tcz
Then install the driver like this:
sudo modprobe xfs
Then mount your device:
sudo mount -t xfs /dev/sda1 /mnt/mydisk
Which version of Tinycore are you running, TC14, TC15, TC16?
Are you running x86 or ARM?
Are you running 32 or 64 bit?
-
64,TC16,Thank you very much!!!
-
May I ask you if @Rich solved your problem ?
-
cd /tmp
cd /tmp
wget http://tinycorelinux.net/16.x/x86/tcz/gettext.tcz
wget http://tinycorelinux.net/16.x/x86/tcz/readline-dev.tcz
wget http://tinycorelinux.net/16.x/x86/tcz/bash.tcz
wget http://tinycorelinux.net/16.x/x86/tcz/coreutils.tcz
wget http://tinycorelinux.net/16.x/x86/tcz/xfsprogs-dev.tcz
wget http://tinycorelinux.net/16.x/x86/tcz/xfsprogs.tcz
I have downloaded the extension. How to install it, what are the commands, how to run it, and what are the commands? Thank you
-
Please see the picture in the attachment, thank you.
-
Hi dreamhua
You did not follow my instructions.
This command will download and install the extensions:
tce-load -wl filesystems-$(uname -r).tcz
This command will install the xfs driver:
sudo modprobe xfs
-
These are my steps:
一、
1:tce-load -wl filesystems-$(uname -r).tcz
2:sudo modprobe xfs
This will prompt:modprobe: module xfs not found in modules .dep
二:
1:tce-load -wl filesystems-$(uname -r).tcz
2:wget http://tinycorelinux.net/16.x/x86_64/tcz/xfsprogs.tcz
3:tce-load -i xfsprogs.tcz
4:sudo modprobe xfs
There will still be prompts here:modprobe: module xfs not found in modules .dep
-
Hi dreamhua
Using tce-load should have automatically run:
sudo /sbin/depmod -a 2>/dev/nullThat should allow modprobe to find xfs.
Try loading the driver like this:
sudo modprobe /usr/local/lib/modules/6.12.11-tinycore64/kernel/fs/xfs/xfs.ko.gz