Announcement

Collapse
No announcement yet.

disc scaning for windows partition

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    disc scaning for windows partition

    Hi,
    During the boot up system is doing check disc option with dosfsck for windows partition, which i feel not required. So any one can help to remove that disck checking process during booting.

    Regards
    V.Narayanan.

    #2
    Re: disc scaning for windows partition

    In the /etc/fstab file, do you have something like this:

    dev/hda6 /media/fat/e vfat umask=000,uid=0,gid=0,auto,rw,nouser 0 1
    or
    dev/hda1 /media/hda1 ntfs defaults,nls=utf8,umask=007,uid=0,gid=46,auto,ro,u ser 0 1

    From /1/

    The 6th column is a fsck option. fsck looks at the number in the 6th column to determine in which order the filesystems should be checked. If it's zero, fsck won't check the filesystem.
    Change 1 (or 2, 3, 4,...) to 0 (=never). Remember backup !


    /1/ How to edit and understand /etc/fstab - 1.1
    http://www.tuxfiles.org/linuxhelp/fstab.html


    More:

    /etc/fstab demystified
    http://linuxhelp.blogspot.com/2006/0...mystified.html

    Fstab (wiki)
    http://en.wikipedia.org/wiki/Fstab

    Ubuntu Linux Resources
    http://www.psychocats.net/ubuntu/
    What is this?
    It's a collection of tutorials and random other pages that will help Ubuntu users.
    Editing Files that Belong to Root
    http://www.psychocats.net/ubuntu/permissions
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: disc scaning for windows partition

      Hi,
      Thanks it is working.

      Comment

      Working...
      X