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 ...
- 02-09-2007 #1
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
- 02-09-2007 #2Just Joined!
- Join Date
- Nov 2006
- Posts
- 79
yes removing it from fstab will do the job
also tryin a terminalCode:umount -t vfat /dev/hdb1 /windows/F vfat


Reply With Quote