Hi There,
I am facing a strange problem with my Dockstar. I think that I don't have the correct version of the kernel running but I am not sure. Let me explain.
When i try to mount an nfts disk with the command ntfs-3g /dev/sdb1 pipo , I get:
$this->bbcode_second_pass_code('', 'FATAL: Could not load /lib/modules/2.6.39-ARCH/modules.dep: No such file or directory
fuse: device not found, try 'modprobe fuse' first')
Same when I try to lunch autofs
$this->bbcode_second_pass_code('', 'Oct 11 21:50:19 dockstar modprobe: FATAL: Could not load /lib/modules/2.6.39-ARCH/modules.dep: No such file or directory')
I tried to:
Reinstall some packages with pacman -S kernel26 kernel-headers linux
Create a symlink from /lib/modules/2.6.39-ARCH to /lib/modules/3.0-ARCH
With symlink, when trying to mount with nfts as above, I get:
$this->bbcode_second_pass_code('', 'FATAL: Error inserting fuse (/lib/modules/2.6.39-ARCH/kernel/fs/fuse/fuse.ko.gz): Invalid module format
fuse: device not found, try 'modprobe fuse' first')