BrendanD

updated

12 years ago

B

BrendanD

3 Posts

0

8765

January 8th, 2015 05:00

Poweredge 2900 - Maximum external USB drive size

Hi,

I inherited responsibility for a Poweredge 2900 server last year. Recently I was asked to mount an NTFS 5TB external USB drive.

This failed with the following message:

$ mount /mnt/external_usb_3
Failed to read last sector (1220940596): Invalid argument
HINTS: Either the volume is a RAID/LDM but it wasn't setup yet,
or it was not setup correctly (e.g. by not using mdadm --build ...),
or a wrong device is tried to be mounted,
or the partition table is corrupt (partition is smaller than NTFS),
or the NTFS boot sector is corrupt (NTFS size is not valid).
Failed to mount '/dev/sdf1': Invalid argument
The device '/dev/sdf1' doesn't have a valid NTFS.
Maybe you selected the wrong device? Or the whole disk instead of a
partition (e.g. /dev/hda, not /dev/hda1)? Or the other way around?

I know the Poweredge 2900 has an internal HDD limit of 2TB due to the PERC5/i controller. Is this also true for external USB drives? Or is it another HW or OS limitation? I was reading the documentation and could not find (or over-looked) the answer.

Is there any way to mount a drive this size by reformatting/repartitioning?

Thanks,

Brendan

  • theflash1932

    11 Legend

    16255 Posts

    608

    0

    Posted January 8th, 2015 08:00

    I don't think that USB would have that type of limitation, unless there was a driver issue preventing it. Hardware, I would say 'no'.

  • BrendanD

    3 Posts

    608

    0

    Posted January 8th, 2015 08:00

    Thanks for replying.

    The OS is Mandriva Linux release 2008.1 (Official) for i586. Inherited this stale OS too :emotion-6:, too stale to upgrade without a complete reinstall.

    To clarify, there should be no HW limitation to the size of external NTFS USB drive I can connect?

  • theflash1932

    11 Legend

    16255 Posts

    608

    0

    Posted January 8th, 2015 08:00

    I know the Poweredge 2900 has an internal HDD limit of 2TB due to the PERC5/i controller. Is this also true for external USB drives? Or is it another HW or OS limitation?

    USB has nothing to do with the PERC, so those limits are not related. Don't know what OS you have, so can't say if it is an OS limitation or not - looks like you are running Linux of some sort - older distros may have limitations. I suspect you need to either convert the disk to GPT or use special drivers for the disk controller (inside the external, not the USB controller).

  • BrendanD

    3 Posts

    608

    0

    Posted January 8th, 2015 08:00

    Okay. Thanks.