4
I am trying to mount a hard drive with an XFS filesystem on it in Ubuntu. It was originally formatted in a netgear stora NAS device.
I am using a command in ubuntu like this,
sudo mount -t xfs /dev/sdc1 /mnt/stora
The command craps out the whole operating system. The GUI closes, a command prompt comes up and the machine is useless from that point, I have to reset. The error is this,
BUG: Unable to handle kernell NULL pointer derefence at 0000000c
xfs_alloc_fix_freelist
So I take it there is an XFS module and there is a bug. I have installed a clean 11.04 Ubuntu, so is there perhaps some bug fixes for the XFS module?
Could you please post the output of fdisk -l /dev/sdb? I suppose the device for your partition may be /dev/sdb1 and not /dev/sdb. – uloBasEI – 2011-07-30T08:10:18.707