LINUX NOTES
To View programs that start at the time of booting on Linux
ntsysv
To mount Windows partition in a dirctory under Linux
mount -t vfat /dev/'win-partition' /'directory'
eg:
mount -t vfat /dev/hda3 /win OR
mount -t msdos /dev/hda3 /win
When files are corrupted in Linux at bootup type:
fsck /dev/'linux partition'
eg:
fsck /dev/hda2
If Linux does not boot properly boot using
F1 on LILO and then type
linux single
rmtree - to delete directory like deltree on DOS
Comments
Post a Comment