Koozali.org: home of the SME Server

3TB Harddisk format without guid or GPT

Offline David Yip

  • *
  • 18
  • +0/-0
3TB Harddisk format without guid or GPT
« on: April 16, 2014, 11:34:01 AM »
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)


Offline wellsi

  • *
  • 475
  • +0/-0
    • http://www.wellsi.com
Re: 3TB Harddisk format without guid or GPT
« Reply #1 on: April 16, 2014, 05:37:53 PM »
If you are willing to test, it should be easy to enable workstation backup to a mounted drive. I had this working earlier on SME 7.
............

Offline David Yip

  • *
  • 18
  • +0/-0
Re: 3TB Harddisk format without guid or GPT
« Reply #2 on: April 17, 2014, 04:18:38 AM »
Dear Wellsi,

Thanks for your reply. Yes, I want to test it because I find the 3TB harddisk make a lot of people headache(including me). Please provide the method for workstation backup with a mounted drive. Thanks in advance.

David Yip

Offline wellsi

  • *
  • 475
  • +0/-0
    • http://www.wellsi.com
Re: 3TB Harddisk format without guid or GPT
« Reply #3 on: April 17, 2014, 04:25:28 AM »
OK - I should have it ready by the weekend.
I'll post when it is ready for testing, and instructions.
............

Offline wellsi

  • *
  • 475
  • +0/-0
    • http://www.wellsi.com
Re: 3TB Harddisk format without guid or GPT
« Reply #4 on: April 21, 2014, 07:39:30 AM »
The SME 9 version is implemented by http://bugs.contribs.org/show_bug.cgi?id=8144

It was a bigger change than expected so needs some testing before porting to SME 8
............

Offline David Yip

  • *
  • 18
  • +0/-0
Re: 3TB Harddisk format without guid or GPT
« Reply #5 on: May 21, 2014, 10:06:23 AM »
Dear Wellsi:

Do you have any update?

Thanks in advance!
David Yip

Offline wellsi

  • *
  • 475
  • +0/-0
    • http://www.wellsi.com
Re: 3TB Harddisk format without guid or GPT
« Reply #6 on: May 22, 2014, 04:50:12 AM »
There have been no recent errors raised for this on SME 9 so I'll port it now to SME 8.1
............

Offline wellsi

  • *
  • 475
  • +0/-0
    • http://www.wellsi.com
Re: 3TB Harddisk format without guid or GPT
« Reply #7 on: May 22, 2014, 05:31:27 AM »
There have been no recent errors raised for this on SME 9 so I'll port it now to SME 8.1

Porting will be done in Bug 8393

http://bugs.contribs.org/show_bug.cgi?id=8393
............

Offline David Yip

  • *
  • 18
  • +0/-0
Re: 3TB Harddisk format without guid or GPT
« Reply #8 on: July 10, 2014, 07:33:36 PM »
Dear Wellsi:

When will be available on SME8.1?

Thanks in advance!

David Yip