Hi all,
I am using SLES 9 and have following partitions mounted
Quote:
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/system-root_lv
4.0G 527M 3.5G 13% /
tmpfs 8.0G 8.0K 8.0G 1% /dev/shm
/dev/sda3 204M 45M 160M 23% /boot
/dev/mapper/system-home_lv
30G 9.3G 21G 31% /home
/dev/mapper/system-opt_lv
4.0G 560M 3.5G 14% /opt
/dev/mapper/system-srv_lv
4.0G 34M 4.0G 1% /srv
/dev/mapper/system-tmp_lv
3.0G 243M 2.8G 8% /tmp
/dev/mapper/system-usr_lv
8.0G 2.8G 5.3G 35% /usr
/dev/mapper/system-var_lv
3.0G 850M 2.2G 28% /var
|
I would like to make /var 10G atleast.
fdisk -l
Quote:
Disk /dev/sda: 218.2 GB, 218238025728 bytes
255 heads, 63 sectors/track, 26532 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 8 64228+ de Dell Utility
/dev/sda2 9 792 6297480 8e Linux LVM
/dev/sda3 * 793 818 208845 83 Linux
/dev/sda4 819 26530 206531640 5 Extended
/dev/sda5 819 949 1052226 82 Linux swap
/dev/sda6 950 26530 205479351 8e Linux LVM
|
Quote:
/dev/system/root_lv / reiserfs acl,user_xattr 1 1
LABEL=boot /boot reiserfs acl,user_xattr 1 2
/dev/system/home_lv /home reiserfs defaults 1 2
/dev/system/opt_lv /opt reiserfs acl,user_xattr 1 2
/dev/system/srv_lv /srv reiserfs acl,user_xattr 1 2
/dev/system/tmp_lv /tmp reiserfs acl,user_xattr 1 2
/dev/system/usr_lv /usr reiserfs acl,user_xattr 1 2
/dev/system/var_lv /var reiserfs acl,user_xattr 1 2
/dev/sda5 swap swap acl,user_xattr
|
This system is doing RAID5(HW).
Can someone help me with this issue?
Thanks