FS#3497 - HAL tries to mount vfat USB drive as JFS
Attached to Project:
Arch Linux
Opened by Dan Gray (deggy) - Wednesday, 16 November 2005, 20:46 GMT
Last edited by Dale Blount (dale) - Wednesday, 16 November 2005, 20:58 GMT
Opened by Dan Gray (deggy) - Wednesday, 16 November 2005, 20:46 GMT
Last edited by Dale Blount (dale) - Wednesday, 16 November 2005, 20:58 GMT
|
Details
As of hal-0.5.4-2 and hal-0.5.5 the system will attempt to
mount my USB drive as a JFS volume, rather than a VFAT
volume. hal-0.5.4-1 exhibits the corrent behaviour and a
downgrade fixes the problem.
|
This task depends upon
I'll dive into the pmount code tomorrow, doesn't look that difficult to fix.
-----------------------------------------
UDF-fs: No VRS found
Unable to identify CD-ROM format.
FAT: bogus number of reserved sectors
VFS: Can't find a valid FAT filesystem on dev sda.
NTFS driver 2.1.23 [Flags: R/W MODULE].
NTFS-fs error (device sda): read_ntfs_boot_sector(): Primary boot sector is invalid.
NTFS-fs error (device sda): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.
NTFS-fs error (device sda): ntfs_fill_super(): Not an NTFS volume.
HFS+-fs: unable to find HFS+ superblock
VFS: Can't find a HFS filesystem on dev sda.
VFS: Can't find ext3 filesystem on dev sda.
VFS: Can't find an ext2 filesystem on dev sda.
ReiserFS: sda: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on sda
JFS: nTxBlock = 3764, nTxLock = 30118
---------------------------
I've compiled the jfs kernel module and so at this point gnome returns errors for a bad jfs filesystem on the appropriate SCSI device.
Dan
----------------
UDF-fs: No VRS found
Unable to identify CD-ROM format.
FAT: bogus number of reserved sectors
VFS: Can't find a valid FAT filesystem on dev sda.
NTFS-fs error (device sda): read_ntfs_boot_sector(): Primary boot sector is invalid.
NTFS-fs error (device sda): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.
NTFS-fs error (device sda): ntfs_fill_super(): Not an NTFS volume.
HFS+-fs: unable to find HFS+ superblock
VFS: Can't find a HFS filesystem on dev sda.
VFS: Can't find ext3 filesystem on dev sda.
VFS: Can't find an ext2 filesystem on dev sda.
ReiserFS: sda: warning: sh-2021: reiserfs_fill_super: can not find reiserfs on sda
--------------------
Did you get anywhere with this? I've noticed a forum thread on pmount/hal issues but it doesn't seem to specificly address my problem.
Please ignore previous. I checked in /testing and and upgraded to pmount 0.9.6-1 from there. Then I reupgraded to HAL 0.5.5.1-2 and added udev 071-4 from /testing for good measure. Everything seems to work fine again now.
Dan.