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
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
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
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
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:
> > #
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
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
_
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
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
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
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
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
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
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
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
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
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
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
18 matches
Mail list logo