Results 1 to 3 of 3

Thread: Serious errors were found while checking the disk media/Windows7_OS

  1. #1
    Join Date
    Apr 2012
    Location
    Quebec, Canada
    Beans
    261
    Distro
    Ubuntu 12.04 Precise Pangolin

    Serious errors were found while checking the disk media/Windows7_OS

    Hi,


    My Windows 7 partition is automatically mounted, since my files are present on that partition, my music, documents..

    This work well, the only problem I have, everytime I boot Ubuntu (11.10 64-Bits), I get that annoying message "Serious errors were found while checking the disk /media/Windows7_OS".
    I have the choice to ignore (I always do that), skip mount and manual recovery.


    Odd, Windows 7 work perfectly!

    Here's my /etc/fstab file:


    Code:
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    
    proc	/proc	proc	nodev,noexec,nosuid	0	0
    #Entry for /dev/sda5 :
    UUID=c610f421-8894-42f5-86ea-ed46b8c8fda3	/	ext2	errors=remount-ro	0	1
    #Entry for /dev/sda2 :
    UUID=B6E88D0CE88CCC55	/media/Windows7_OS	ntfs	defaults	0	2
    #Entry for /dev/sda6 :
    UUID=69463f2a-2ffe-4fb9-b68a-37aafd834bc9	/home	ext2	defaults,user_xattr	0	0
    #Entry for /dev/sda7 :
    UUID=a66160eb-8a0a-45f7-9e1b-fd3f594144e3	none	swap	sw	0	0

    Any thought about how to stop this message from showing up?

    Thanks!

  2. #2
    Join Date
    May 2007
    Location
    Virginia, USA
    Beans
    13,377
    Distro
    Ubuntu Mate Development Release

    Re: Serious errors were found while checking the disk media/Windows7_OS

    Mounting the Win7 OS partition read-write by default is asking for trouble. You're very fortunate that nothing has happened so far.

    What you can try, is next time you're in Win7, use the option to scan the drives for errors. It should find nothing -- but that scan should also reset the filesystem so that, when it gets mounted in Ubuntu, you no longer get error messages.
    Ubuntu 20.04, Mint 19.10; MS Win10 Pro.
    Will not respond to PM requests for support -- use the forums.

  3. #3
    Join Date
    Apr 2012
    Location
    Quebec, Canada
    Beans
    261
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Serious errors were found while checking the disk media/Windows7_OS

    Got it solved, sorry about that.
    Edited the fstab file, and changed:

    Code:
    #Entry for /dev/sda2 :
    UUID=B6E88D0CE88CCC55	/media/Windows7_OS	ntfs	defaults	0	2
    To this:

    Code:
    #Entry for /dev/sda2 :
    UUID=B6E88D0CE88CCC55	/media/Windows7_OS	ntfs	defaults	0	0
    Actually, at first, I have no idea why, my Windows partition was in read-only (First time that happened). So I added the ''2'' myself, to FSTAB.

    When I changed back the 2 to 0, the message vanished, and oddly, the partition is not in read-only anymore.


    Thanks for the reply.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •