Hi All
I recently added a new 500GB SATA drive. I tried LVM on Debian for the first time, creating a volume group called "system" All went well, exactly as in the manuals, and now I have part of the space as my first logical volume /dev/system/lv1.
Then I created /mnt/lv1, and I added the line to /etc/fstab ..
Code:
/dev/system/lv1 /mnt/lv1 ext3 noauto,noatime,users,exec 0 0
(Yes - there may be better/wiser ways-do tell!)
After making its owner and group me, the user, it works! It shows up in Konqueror file manager, and I can copy stuff into it in the normal way, BUT ..
KDiskFree, the storage space viewing utility that comes with
KDE does display the new (lv1), but lists both the 'Size' and the 'Full %' as '
N/A', and the amount 'Free' as '
0B'
Did I miss something - or is it just that KDiskFree cannot handle logical volumes?