Dear All:
I find a method that use LVM to format & use the 3TB harddisk with SME8 is OK(for addition storage only and cannot for installer). But please give me some comment that is a good method or not.
I use a 3TB USB disk and performed the commands pvcreate, vgcreate, and lvcreate then mkfs to create an LVM.
(REF:http://serverfault.com/questions/588395/lvm-in-linux-with-fdisk)
pvcreate /dev/sdc (/dev/sdc is the additional harddisk or USB harddisk.)
vgcreate vgpool /dev/sdc
lvcreate -L 2700G -n lvstuff vgpool
mkfs -t ext3 /dev/vgpool/lvstuff
mkdir /mnt/stuff
mount -t ext3 /dev/vgpool/lvstuff /mnt/stuff
(REF:http://www.howtogeek.com/howto/40702/how-to-manage-and-use-lvm-logical-volume-management-in-ubuntu/)
I can use the USB harddisk but I want to know is it possible to use it for workstation backup. I try all the option in server-manager but cannot access this LVM formatted USB harddisk.
Please advice , Thanks!
David Yip
LJ Computer Systems (Hong Kong)