LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Minor help with fdisk (https://www.linuxquestions.org/questions/linux-newbie-8/minor-help-with-fdisk-460848/)

Traks 07-04-2006 05:57 AM

Minor help with fdisk
 
Hello!

This is my first post here, so don't be too harsh :)

I have installed Fedora Core on PC with 2 disks and want to format second disk with ext3 file system for testing purposes.
How it is done? I have tried fdisk, but there seems too little in manuals way. Which is correct string for formatting?

Which is the standard string for seeing processes?
I want for testing purposes kill some of them and even restart.

hfawzy 07-04-2006 06:07 AM

To format a disk with ext3 filesystem use this command :
Quote:

mke2fs -j /dev/hdXX
The -j option is specified here to enable journalling. Replace of course /dev/hdXX with the device you want to format.

Quote:

Which is the standard string for seeing processes?
You can use the ps command (ps -ef for a full listing). man ps for more info.
Then to kill a process just run the kill command along with its pid.

btw, welcome to LQ :)


All times are GMT -5. The time now is 03:34 PM.