Results 1 to 6 of 6
1. > What tools does linux have to replace scandisk, defrag, disk checker, etc.... ?
2. > What do i do so that a paritition is mounted on start up..... ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-23-2003 #1Linux Newbie
- Join Date
- Feb 2003
- Location
- Swansea (UK)
- Posts
- 221
Three Questions
1. > What tools does linux have to replace scandisk, defrag, disk checker, etc.... ?
2. > What do i do so that a paritition is mounted on start up..... (/dev/hda4 /mnt/hdd) ?
3. > How can i edit a .conf file in the terminal ?
THX
- 02-23-2003 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
1. Scandisk is dependent on what filesystem you're using. If you don't know, you're most probably using ext2 or ext3, which uses fsck.ext2. Defrag isn't necessary for most Linux filesystems, since they retain their performance even without it.
2. Check out /etc/fstab. For more info, see fstab(5).
3. Use a text editor. There are oh so many. Common simple ones are joe, pico, nano, etc. The two complex giants are vi and emacs. I'm going with emacs.
- 02-23-2003 #3Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
Make sure you run fsck on unmounted drives or bad things will happen.
- 02-23-2003 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
It usually warns about that, though.
- 02-23-2003 #5Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
Yes it does and i know a few people who ignored the warning and broke the filesystem.
- 02-23-2003 #6Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Yeah, I guess you're right... I guess many here have seen the warning machinery that MPlayer has to make _absolutely_ sure that noone compiles it with gcc 2.96? I bet there are people who do it anyway and complains on the mailing list that it doesn't work.


Reply With Quote
