Re: [CentOS] Formatting a USB Drive

2013-04-11 Thread John Doe
From: Jason T. Slack-Moehrle > So I run: > # parted > GNU Parted 2.1 > Using /dev/sda > Welcome to GNU Parted! Type 'help' to view a list of commands. > (parted) select /dev/sdg > Using /dev/sdg > (parted) print > Model: DROBO DroboPro (scsi) > Disk /dev/sdg: 17.6TB > Sector size (logical/physical

Re: [CentOS] Formatting a USB Drive

2013-04-10 Thread Les Mikesell
On Wed, Apr 10, 2013 at 4:11 PM, Jason T. Slack-Moehrle wrote: > Hi John, > > Thanks for this info. Drobo says no ext4: > http://support.drobo.com/app/answers/detail/a_id/165/~/how-do-i-use-my-drobo-with-a-linux-machine%3F > That's interesting but it makes me wonder what they are doing wrong. A bl

Re: [CentOS] Formatting a USB Drive

2013-04-10 Thread John R Pierce
On 4/10/2013 2:12 PM, Les Mikesell wrote: > On Wed, Apr 10, 2013 at 3:50 PM, John R Pierce wrote: >> > >> >I would under NO conditions make a EXT3 volume anywheres NEAR as big as >> >you're talking about. my preference for large volumes is XFS. > Is there some rule of thumb for how much RAM the

Re: [CentOS] Formatting a USB Drive

2013-04-10 Thread Les Mikesell
On Wed, Apr 10, 2013 at 3:50 PM, John R Pierce wrote: > > I would under NO conditions make a EXT3 volume anywheres NEAR as big as > you're talking about. my preference for large volumes is XFS. Is there some rule of thumb for how much RAM the system should have for that? -- Les Mikesell

Re: [CentOS] Formatting a USB Drive

2013-04-10 Thread Jason T. Slack-Moehrle
Hi John, Thanks for this info. Drobo says no ext4: http://support.drobo.com/app/answers/detail/a_id/165/~/how-do-i-use-my-drobo-with-a-linux-machine%3F I will look up XFS. Jason On Wed, Apr 10, 2013 at 1:50 PM, John R Pierce wrote: > On 4/10/2013 9:54 AM, Jason T. Slack-Moehrle wrote: > > #

Re: [CentOS] Formatting a USB Drive

2013-04-10 Thread John R Pierce
On 4/10/2013 9:54 AM, Jason T. Slack-Moehrle wrote: > # parted > GNU Parted 2.1 here's my parted recipe for making very large volumes... this will fill the disk, reserving 512K up front to be on a reasonable stripe boundary |parted /dev/sdb ||"mklabel gpt"| |parted -a none /dev/sdb ||"mkpart p

Re: [CentOS] Formatting a USB Drive

2013-04-10 Thread m . roth
Jason T. Slack-Moehrle wrote: > Thanks for the advice. > > What are you storing on your large RAIDS that you mention? Disclaimer: I do not speak for my employer, or the US federal government agency (non-DoD) that I work for... but let's just say serious bioscience data. mark _

Re: [CentOS] Formatting a USB Drive

2013-04-10 Thread Jason T. Slack-Moehrle
Thanks for the advice. What are you storing on your large RAIDS that you mention? On Wed, Apr 10, 2013 at 12:35 PM, wrote: > Jason T. Slack-Moehrle wrote: > > Hi Mark, > > > > Do you override the automatic fsck check with tune2fs? It would be a huge > > bummer to do through a check frequently

Re: [CentOS] Formatting a USB Drive

2013-04-10 Thread Fred Smith
On Wed, Apr 10, 2013 at 11:20:54AM -0700, Jason T. Slack-Moehrle wrote: > I dont have a graphical desktop installed. One other option is to boot from a gparted-live CD, which gives you a GUI long enough to partition your volume, then reboot your normal system. Fred > On Wed, Apr 10, 2013 at 11:0

Re: [CentOS] Formatting a USB Drive

2013-04-10 Thread m . roth
Jason T. Slack-Moehrle wrote: > Hi Mark, > > Do you override the automatic fsck check with tune2fs? It would be a huge > bummer to do through a check frequently, I forget the defaults but I think > 180 days or a certain number of mounts, iirc. > We do it manually, when we get to it, and when the us

Re: [CentOS] Formatting a USB Drive

2013-04-10 Thread Jason T. Slack-Moehrle
Hi Mark, Do you override the automatic fsck check with tune2fs? It would be a huge bummer to do through a check frequently, I forget the defaults but I think 180 days or a certain number of mounts, iirc. Jason On Wed, Apr 10, 2013 at 11:39 AM, wrote: > Jason T. Slack-Moehrle wrote: > > > > I

Re: [CentOS] Formatting a USB Drive

2013-04-10 Thread Jason T. Slack-Moehrle
I found an article that led me to do: (parted) mkpart primary 0GB 16TB (parted) print Model: DROBO DroboPro (scsi) Disk /dev/sdg: 17.6TB Sector size (logical/physical): 512B/512B Partition Table: gpt Number Start End SizeFile system Name Flags 1 1049kB 16.0TB 16.0TB

Re: [CentOS] Formatting a USB Drive

2013-04-10 Thread Jason T. Slack-Moehrle
Hi Mark, > Can anyone provide some advice on that I am missing conceptually? > > Several issues. First, if you use 4k blocks, the max filesystem size for > ext3 is 16TB (see wikipedia on ext3). Second, I can't remember where, but > on some filesystem tool's manpage, I read that the tools have prob

Re: [CentOS] Formatting a USB Drive

2013-04-10 Thread m . roth
Jason T. Slack-Moehrle wrote: > > I have a Drobo, connected to a CentOS 6.4 box. The box sees it as > /dev/sdg. > > I want to format it ext3 (as they dont support ext4) but when I try I get: > So I run: > # parted > GNU Parted 2.1 > Using /dev/sda > Welcome to GNU Parted! Type 'help' to view a lis

Re: [CentOS] Formatting a USB Drive

2013-04-10 Thread Les Mikesell
On Wed, Apr 10, 2013 at 1:20 PM, Jason T. Slack-Moehrle wrote: > I dont have a graphical desktop installed. So far, when I've been in that situation I've installed X, the gnome desktop, and the freenx package and connected from an NX client. Seemed easier then dealing with the parted options

Re: [CentOS] Formatting a USB Drive

2013-04-10 Thread Jason T. Slack-Moehrle
I dont have a graphical desktop installed. On Wed, Apr 10, 2013 at 11:09 AM, Les Mikesell wrote: > On Wed, Apr 10, 2013 at 11:54 AM, Jason T. Slack-Moehrle > wrote: > > > > I have a Drobo, connected to a CentOS 6.4 box. The box sees it as > /dev/sdg. > > > > # parted > > GNU Parted 2.1 > > Usi

Re: [CentOS] Formatting a USB Drive

2013-04-10 Thread Les Mikesell
On Wed, Apr 10, 2013 at 11:54 AM, Jason T. Slack-Moehrle wrote: > > I have a Drobo, connected to a CentOS 6.4 box. The box sees it as /dev/sdg. > > # parted > GNU Parted 2.1 > Using /dev/sda > Welcome to GNU Parted! Type 'help' to view a list of commands. > (parted) select /dev/sdg > Using /dev/sd

[CentOS] Formatting a USB Drive

2013-04-10 Thread Jason T. Slack-Moehrle
Hi All, I have a Drobo, connected to a CentOS 6.4 box. The box sees it as /dev/sdg. I want to format it ext3 (as they dont support ext4) but when I try I get: # fdisk -u /dev/sdg WARNING: GPT (GUID Partition Table) detected on '/dev/sdg'! The util fdisk doesn't support GPT. Use GNU Parted. WA