Quote:
Just installed Ubuntu Feisty on my Pegasos II, with Peter Czanik's kernel (2.6.20-15-powerpc). It is working fine except one thing: it seems, that the asfs file system is broken. Every stuff gets a fatal exception when I try to open a file from an ASFS partition.
Is there any solution for this? Is it a known problem of this kernel, or only this kernel build is broken?
Here, from my Feisty Linux, I can regularly mount (a)sfs partitions I formatted from MorphOS and (just) read files from those mounted devices...
From shell:
as first you'll need to create a mount point directory with command mkdir. In the following example I type:
mkdir /mnt/mountdir/
then
sudo mount -t asfs /dev/hdxy /mnt/mountdir/
That's all!
Bye,
AKiLL