LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-13-2005, 08:07 PM   #1
adrianmariano
Member
 
Registered: Dec 2004
Distribution: Ubuntu Yakkety
Posts: 193

Rep: Reputation: 15
boot time NTFS errors on ext2 file system


I'm using a Debian based SimplyMepis 2004.04 distribution. My fstab file looks like this:

Code:
/dev/hda1       /               ext3    defaults,noatime 1 1
/dev/hda2       swap            swap    sw,pri=1 0 0
/dev/hda3       /home           ext3    defaults,noatime 1 2
none            /proc           proc    defaults 0 0
none            /proc/bus/usb   usbfs   devmode=0666 0 0
none            /dev/pts        devpts  mode=0622 0 0
none            /sys            sysfs   defaults 0 0
/dev/hdc1       /nt             ntfs    noauto,users,exec,ro,umask=0222 0 0
/dev/hdc2       /oldboot        ext2    noauto,users,exec 0 0
/dev/hdc3       swap            swap    sw,pri=1 0 0
/dev/hdc5       /ntlinux        msdos   defaults   0   0
/dev/hdc6       /old            ext2    users,exec 0 0
/dev/floppy     /floppy         vfat,ext2,hfsplus noauto,users,dev 0 0
/dev/cdrom      /cdrom          udf,iso9660 noauto,users,dev,ro 0 0
/dev/dvd        /dvd            udf,iso9660 noauto,users,dev,ro 0 0

# Dynamic entries
/dev/hda1 /mnt/hda1 ext3 noauto,users,exec 0 0
/dev/hda2 swap swap sw,pri=1 0 0
/dev/hda3 /mnt/hda3 ext3 noauto,users,exec 0 0
/dev/sda1 /mnt/sda1 vfat noauto,users,exec,umask=000 0 0
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.
 
Old 01-13-2005, 09:22 PM   #2
Superme
Member
 
Registered: Jul 2004
Location: Smiths Falls Ontario (near ottawa [our capital])
Distribution: slackware 9.1, redhat 9.0, PHLAK, SuSE 9.0Pro windows XP (HEAVILY MODIFIED)
Posts: 111

Rep: Reputation: 15
this maybe a problem with your filesystem try running e2fsck on the ext2 disk and try running chkdsk on the ntfs drive this maybe your problem

or this maybe a simple problem of having the two partitions mixed up maybe the one you have as ntfs is really the FAT and vice versa?
 
Old 01-14-2005, 06:38 PM   #3
adrianmariano
Member
 
Registered: Dec 2004
Distribution: Ubuntu Yakkety
Posts: 193

Original Poster
Rep: Reputation: 15
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?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Root file system errors - won't boot shan Linux - General 4 12-24-2005 01:20 PM
How to print out ext2 File System justmehere Linux - General 2 08-02-2005 08:13 PM
Changing file system from NTFS to Linux Ext2 Oesie Linux - Newbie 3 01-16-2005 06:47 PM
set up dual boot with XP and Suse 9.0 with NTFS file system rsamb Linux - Distributions 11 09-29-2004 06:48 PM
Errors on Boot: Read-Only file system DrJones Linux - General 1 02-15-2004 04:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 05:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration