Tiny Core Base > TCB Q&A Forum
Unable to mount, please help me, thank you
dreamhua:
No such file or directory
Rich:
Hi dreamhua
Welcome to the forum.
Check if the xfs driver loaded:
--- Code: ---lsmod | grep xfs
--- End code ---
If not, then:
--- Code: ---sudo modprobe xfs
--- End code ---
dreamhua:
How to install the xfs driver, including how to run the driver, can you give me the complete command? Thank you very much!!!
Rich:
Hi dreamhua
First make sure you have filesystems-KERNEL.tcz and all of its dependencies installed:
--- Code: ---tce-load -wl filesystems-$(uname -r).tcz
--- End code ---
Then install the driver like this:
--- Code: ---sudo modprobe xfs
--- End code ---
Then mount your device:
--- Code: ---sudo mount -t xfs /dev/sda1 /mnt/mydisk
--- End code ---
Which version of Tinycore are you running, TC14, TC15, TC16?
Are you running x86 or ARM?
Are you running 32 or 64 bit?
dreamhua:
64,TC16,Thank you very much!!!
Navigation
[0] Message Index
[#] Next page
Go to full version