Tags: filesystems

11/07/08

Permalink 02:53:34 pm, by richard Email , 66 words   English (GB)
Categories: Ubuntu Linux, Filing Systems, Installation and Configuration, Windows

HOWTO: Setup read/write access to local NTFS drives.

Install ntfs-3g, Then you can mount the disk with the mount command or at boot time and use read/write.[khakisample text="Install and Mount Commands"]sudo apt-get install ntfs-3g sudo mount -t ntfs-3g /dev/sda1 /media/win_c [/khakisample]If y… more »

HOWTO: Create a partition on LVM.

The following command creates new logical volume made of 5 Gbyte in size striped over 3 disks block size is 64K called lv_root2 volume group vg01. [khakisample text=""]sudo lvcreate -L5G -i3 -I64 -n lv_root2 vg01… more »

07/07/08

Permalink 10:23:08 am, by richard Email , 112 words   English (GB)
Categories: Ubuntu Linux, Filing Systems, Installation and Configuration

When using RAID 5, why is the HD light on all the time.

After the installation and for the next hour or so, depending on the size of your RAID 5 array, there will be high disk activity. This is due to the RAID 5 array working through it's initialization for the parity part odf the array. To see the progress… more »
Here are a collection of Mini-HOWTOs some of which are too short even for that grand title. I keep them around as it is easier to remember where to look these up that to remember the content of the mini-HOWTO

Search

Contents

powered by b2evolution free blog software