The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > Filesystems, Disks and Memory
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 08-05-2007
blowtorch's Avatar
blowtorch blowtorch is offline
Supporter
 
Join Date: Dec 2004
Location: Singapore
Posts: 2,325
Actually, it is wrong to call it a raw 'filesystem'. The moment a filesystem is created on a device, it ceases to be raw. A raw device is basically a character/block disk device on which no filesystem has been created.

The process and commands involved in creating a raw device will differ for each OS. On Solaris, for instance, you just have to create a new slice on a disk and then label the disk. In HP-UX, you have to create a new volume in LVM.
Reply With Quote