Tags: file

Journaled file systems structure

Aix Send feedback »
              Superblock : File System size and indentification, Free list, fragment size, nbpi. Inodes: File size, ownership, permissions, pointers to data blocks. Blocks: Data blocks contain data and Indirect block contain pointers to data… more »

How do I expand / resize an ext3 file system in linux

Linux Send feedback »
The following is an example of increasing the size of a Storage LUN that has an ext3 file system on it. When performing operations like this, perform a backup of the file system first. (The system used for this example is running Red Hat Enterprise L… more »

Compaq Tru64 UNIX: Setting up Standard File Systems

Technology Send feedback »
The following table shows the variables and their corresponding values. Variables in Standard File Systems Variable Description <diskname> Full path of a disk, for example, /dev/rz11c <rawdiskname> Full pat… more »

AIX: Setting up File Systems

Aix Send feedback »
1. Create one logical volume for each file system listed in the appropriate SAP profile.a. Select:Physical & Logical Storage → Logical Volume Manager → Logical Volumes → Add a Logical Volumeb. Enter a volume group name, for example,… more »

Configuring File System on HP-UX using LVM

HP-UX Send feedback »
1. Create Volume Group Note: the following example is using the disk c0t3d5, the volume group vg01, the logical volume lvtest, and mount point /test 1.1 Identify the disks to be used for LVM  and create the missing device files # insf -eC disk #… more »