On Mon, 28 Feb 2005 11:49:19 +0800
Ow Mun Heng <[EMAIL PROTECTED]> wrote:

> grep -v nodev /proc/filesystems
>         reiserfs
>         ext3
>         ext2
>         iso9660
>         udf
>         xfs
>         ntfs
>         vfat

Then you could try (/mnt/tmp has to be an empty directory):

mount -treiserfs /dev/hda2 /mnt/tmp
mount -text3 /dev/hda2 /mnt/tmp
...
mount -tvfat /dev/hda2 /mnt/tmp

and see where or if it hangs. Best to do this from a text console, so that
you can see the oops or panic.

Can you find out, what mount options Gnome is trying to use?

Regards
--
gentoo-user@gentoo.org mailing list

Reply via email to