Find the answer to your Linux question:
Results 1 to 2 of 2
Initially i had 2 hard disks 186GB and 10GB. I installing suse 10.2 along with windows on 186GB disk i mounted 10GB drive as vfat. After some time i removed ...
  1. #1
    Linux User abhishek456's Avatar
    Join Date
    Dec 2006
    Posts
    470

    Drive Mounting error

    Initially i had 2 hard disks 186GB and 10GB. I installing suse 10.2 along with windows on 186GB disk i mounted 10GB drive as vfat.

    After some time i removed the 10GB disk which is mounted as vfat.

    During boot i get the error that mounting of vfat(10GB) drive had failed.Suse still thinks that the the removed drive is present and checks for it

    Does editing of /etc/fstab solve my problem

    I am attaching my fstab file here

    ** The drive which i have removed here is "/dev/hdb1 /windows/F vfat " **


    fstab.txt

  2. #2
    Just Joined!
    Join Date
    Nov 2006
    Posts
    79
    yes removing it from fstab will do the job

    also try
    Code:
    umount -t vfat /dev/hdb1 /windows/F vfat
    in a terminal

Posting Permissions

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