I have a Flex 4k with a 1 TB hard drive connected to the USB port. It works great.
I know I can replace the hard drive with a larger one to get more capacity. But I already have another 1 TB drive that I would like to connect to double capacity. I could simply use a USB hub to connect the hardware. But the question is whether the HDHomeRun system will deal with this.
Will connecting a second hard drive work?
Second hard drive
Re: Second hard drive
One FLEX with a USB hub and two drives won't work.nwwoods wrote: Sun Jun 08, 2025 9:45 pm I know I can replace the hard drive with a larger one to get more capacity. But I already have another 1 TB drive that I would like to connect to double capacity. I could simply use a USB hub to connect the hardware. But the question is whether the HDHomeRun system will deal with this.
Will connecting a second hard drive work?
Two FLEX units each with their own USB drive will work - the FLEX units will work together so you have double the space (with two FLEX units the combined system can record from any tuner on any FLEX to any hard drive on any FLEX).
Another option is to use a supported NAS box. The NAS drives and the USB drive on the FLEX will combine as a pool.
Re: Second hard drive
Thanks, that's too bad, it would be nice to reuse old drives to add to storage. I don't want to use NAS storage for media and in any event with ATSC 3.0, storage requirements increase significantly regardless. If I have a pair of mirrored 1 TB drives on my legacy NAS, I'm still short.
So it seems the typical user needs to go to a larger hard drive. I don't suppose there's any migration capability to preserve existing content when migrating to a new spindle? I guess this would presume two drives would work as well, or is there some other migration path?
So it seems the typical user needs to go to a larger hard drive. I don't suppose there's any migration capability to preserve existing content when migrating to a new spindle? I guess this would presume two drives would work as well, or is there some other migration path?
Re: Second hard drive
You don't necessarily need Network Attached Storage (NAS), just one of those USB boxes that lets you do RAID concatenation or striping. The firmware on the box will make the two (or more) drives look like a single device to the Flex. Just search for "raid enclosure" on someplace like Amazon and you'll find a variety of options.nwwoods wrote: Mon Jun 09, 2025 10:36 pm Thanks, that's too bad, it would be nice to reuse old drives to add to storage. I don't want to use NAS storage for media and in any event with ATSC 3.0, storage requirements increase significantly regardless. If I have a pair of mirrored 1 TB drives on my legacy NAS, I'm still short.
To use a larger drive, while preserving the contents of the original, you'd need to hook both drives up to a system that understands the XFS filesystem, and then copy the contents from the original to the new drive with something like rsync. That's going to mean a Linux based system. I have no idea if other operating systems have the facility to work with XFS. If you're not all ready familiar with what's needed to partition and then create a new XFS filesystem, you'd probably be able to get away with disconnecting the original drive, then hook up the new/larger drive to the Flex and it should take care of that for you. Then you'd be able to replicate the contents from the original to the new drive, on a Linux system.So it seems the typical user needs to go to a larger hard drive. I don't suppose there's any migration capability to preserve existing content when migrating to a new spindle? I guess this would presume two drives would work as well, or is there some other migration path?
Re: Second hard drive
Good thinking... a USB RAID enclosure that makes it look like one drive should work.
The only limitation is if you have more than 18TB of USB storage the HDHomeRun FLEX will only use the first 18TB of space.
The only limitation is if you have more than 18TB of USB storage the HDHomeRun FLEX will only use the first 18TB of space.
Re: Second hard drive
Thanks for the Linux suggestion, I have an Ubuntu box I use for MythTV so I can mount old and new (after initializing the new on Flex 4k) and copy across there, then put the larger drive back on the Flex 4k and hopefully all will be good.
Re: Second hard drive
I've verified I can see the current hard drive on my Ubuntu box, the directory organization is straightforward. So copying from old to new on that box would seem to be pretty simple.
I added the new hard drive to the Flex 4K to let it initialize it, but nothing seems to be happening. I guess I can format it to xfs on the Ubuntu box and copy everything across but am a little skeptical if the Flex 4K is going to recognize it afterwards.
Opened a trouble ticket on this as well to better understand what one should expect when connecting a new hard drive (and you don't see the Format menu choice and the log indicates nothing).
Code: Select all
you'd probably be able to get away with disconnecting the original drive, then hook up the new/larger drive to the Flex and it should take care of that for you. Then you'd be able to replicate the contents from the original to the new drive, on a Linux system.
Opened a trouble ticket on this as well to better understand what one should expect when connecting a new hard drive (and you don't see the Format menu choice and the log indicates nothing).
Re: Second hard drive
You are doing it right - have the FLEX initialize the new drive so you know it is the right version of XFS with the right mkfs options.
The you can use a Linux machine to copy the contents of the HDHomeRun folder from the old drive to the new drive. Each file is one recording / each recording is one file.
The you can use a Linux machine to copy the contents of the HDHomeRun folder from the old drive to the new drive. Each file is one recording / each recording is one file.