Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
But at boot time I seem to get some messages claiming that the system can'f find a FAT file system on hdc1 and then that there are all sorts of errors with NTFS relating to hdc2. See attached message list below.
But hdc1 is an NTFS file system, not a FAT file system. Why would I get FAT errors on it? And similarly hdc2 is an ext2 file system. Why do I get a bunch of NTFS errors relating to it? Why would my system be trying to mount them as the wrong type? And for that matter, why would it try to mount them at all given that I specify "noauto" for those file systems? Anybody have any ideas where to look to diagnose this or what might be going on?
Code:
scsi1 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.36
<Adaptec 2940 Ultra SCSI adapter>
aic7880: Ultra Wide Channel A, SCSI Id=7, 16/253 SCBs
(scsi1:A:2): 10.000MB/s transfers (10.000MHz, offset 8)
Vendor: HP Model: C1533A Rev: 9403
Type: Sequential-Access ANSI SCSI revision: 02
FAT: bogus number of reserved sectors
VFS: Can't find a valid FAT filesystem on dev hdc1.
FAT: bogus number of reserved sectors
VFS: Can't find a valid FAT filesystem on dev hdc1.
NTFS driver 2.1.14 [Flags: R/W MODULE].
NTFS-fs warning (device hdc1): ntfs_fill_super(): Atime updates are not implemen
ted yet. Disabling them.
NTFS volume version 1.2.
FAT: bogus number of FAT structure
VFS: Can't find a valid FAT filesystem on dev hdc2.
FAT: bogus number of FAT structure
VFS: Can't find a valid FAT filesystem on dev hdc2.
NTFS-fs warning (device hdc2): ntfs_fill_super(): Atime updates are not implemen
ted yet. Disabling them.
NTFS-fs error (device hdc2): read_ntfs_boot_sector(): Primary boot sector is inv
alid.
NTFS-fs error (device hdc2): read_ntfs_boot_sector(): Mount option errors=recove
r not used. Aborting without trying to recover.
NTFS-fs error (device hdc2): ntfs_fill_super(): Not an NTFS volume.
ext3: No journal on filesystem on hdc2
st: Version 20040403, fixed bufsize 32768, s/g segs 256
Attached scsi tape st0 at scsi1, channel 0, id 2, lun 0
st0: try direct i/o: yes (alignment 512 B), max page reachable by HBA 1048575
st0: Block limits 1 - 16777215 bytes.
Device not ready. Make sure there is a disc in the drive.
Device not ready. Make sure there is a disc in the drive.
As far as I can tell, nothing is wrong with the file systems. The NTFS file system was recently booted from (into Windows NT). Nobody ran chkdsk. Doing that would require booting into windows again. If I mount it from linux everything looks OK and there are no errors shown when I mount it.
Running e2fsck on /dev/hdc2 reports a clean file system. I noticed that there is an error message from ext3 complaining that there is no journal on /dev/hdc2
The file system types are correct in my /etc/fstab. Given that "noauto" is set why is anything even looking at those file systems?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.