=== fenris-_ is now known as ejat [08:13] helo [08:13] elop === smng is now known as sweemeng [13:51] hello peeps..what's cracking [13:56] nothin' [14:04] angch ada guna lvm tak..is there any reason why one should avoid using lvm? [14:05] excalibr, ada. why not lvm: single disk solution, no need extra complicated stuff. why lvm: more than one disk. [14:06] Non technical reasons to use lvm: pass LPI101. [14:15] haha..im not linux professional by any stretch of imagination..saje nak tinker tinker :P [14:16] How to use LVM in real life: sudo palimpsest [14:17] resizing partition containing data is really pita sometimes..that's what got me thinking into tryng lvm [14:17] excalibr, ? [14:17] How to resize partitions: sudo palimpsest [14:18] wait. palimpsest doesn't have resizeing [14:19] meh. lvm doesn't save you from resizing hell anyway. [14:19] even more work. [14:19] resize the vg, etc, then need to resize the actual fs. [14:19] you want btrfs if you want some easier stuff [14:20] btrfs dah stable enough ke [14:20] excalibr, cukup stabil untuk Kagesenshi [14:20] hehe [14:21] personal saya tak berani nak guna. [14:21] personally [14:21] last time kena data loss sebab ada compression dan disk full. [14:21] compression = tak dapat est disk free dengan tepat bila nak copy files. [14:24] which data you lost? one that was being copied? [14:24] forgot. was testing on scratch monkey anyway. [14:25] (aka not real data) [14:25] i don't put critical stuff on btrfs, unlike *some* other people. [14:26] * angch boring. use stable stuff. [14:26] ext4, 12.04lts [14:39] stable is nice but a little bleeding edge doesn't hurt :p [14:40] excalibr, said the person restoring stuff from backup after production server got nuked. [14:41] hahaha [14:52] angch: back to psl resizing partition, i always wonder why expanding linux partition can take forever to complete..like the other day i threw few gigs at the begining of a partition then waited almost 2 hours for the entire data in the partition to be shifted to near the begining of the partition..why does it even need to do that [14:53] probably because the fs can grow and appended to, but you add stuff to start of block, you need to shift them. *all*. [14:54] same reason as a coder/sysadmin you can easily append ( e.g. using >> ) to the tail of a file. [14:54] you add stuff to beginning of file, you rewrite entire contents of file. [14:54] so if you have 2 partitions A/B. and you delete B and grow A to cover B, it's fast. [14:55] delete A and grow B = delete A, move B to A, then grow B. [14:55] the move B to A is slow. [15:00] yea..the fs obviously need to be expanded to cover the new area but why data need to be shifted..can't they stays where they are..i dont need remember having to go through this sort of hassle with windows part [15:02] so even using lvm wont be able to save me from this resizing hell? [15:02] excalibr, duh. [15:03] don't do that then. [15:03] * angch don't understand people's need for resizing.