On Sat, Jan 30, 2010 at 6:03 AM, hadi motamedi <[email protected]> wrote: > > > 2010/1/28 <[email protected]> >> >> On Thu, Jan 28, 2010 at 08:36:33AM +0000, hadi motamedi wrote: >> > Thank you for your reply . Can you please let me know how to check for >> > the >> > amount of bad sectors ( I mean some sort of like scan disk on Windows) ? >> > Thank you >> >> fsck.ext3 -c - do a read-only badblock test >> >> >> -- >> To UNSUBSCRIBE, email to [email protected] >> with a subject of "unsubscribe". Trouble? Contact >> [email protected] >> > > > Thank you for your reply . I tried as the followings : > #umount -f -l /dev/hda3 I don't recommend you using -l , unless you are knowing what are you doing. Use fuser o lsof (with grep) before try -l option.
Regards, -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

