what is raw device?

Discussion regarding the installation and configuration of Linux distributions.
Post Reply
datasheet
Lance Naik
Posts: 16
Joined: Thu Apr 27, 2006 6:51 pm

what is raw device?

Post by datasheet »

Hi there,
I have 15GB hard drive. I used 10GB for my Red Hat Linux and left 5GB as free.

/dev/hda1 = /boot = 100MB
/dev/hda2 = 1 = 9GB
/dev/hda3 = swap = 1024MB
free = 5GB

Now is this FREE space is called RAW device?

If in future I need to use that free space, how can I create a new partition on that one?

Thanks,
Data Sheet
Atif_Khan
Battalion Havaldaar Major
Posts: 287
Joined: Sun Dec 12, 2004 6:26 pm
Contact:

Post by Atif_Khan »

datasheet
Lance Naik
Posts: 16
Joined: Thu Apr 27, 2006 6:51 pm

Post by datasheet »

Hi Atif,
Thanks for the link but I was just asking if I am guessing that FREE space is the RAW device.

Data Sheet
Atif_Khan
Battalion Havaldaar Major
Posts: 287
Joined: Sun Dec 12, 2004 6:26 pm
Contact:

Post by Atif_Khan »

Read again the link. RAW device is not purely free space. Go through the whole document.
lambda
Major General
Posts: 3452
Joined: Tue May 27, 2003 7:04 pm
Location: Lahore
Contact:

Re: what is raw device?

Post by lambda »

datasheet wrote:If in future I need to use that free space, how can I create a new partition on that one?
use the "fdisk" command. fdisk /dev/hda
Post Reply