12

I’m in the process of migrating to Proxmox for my media streaming and other services, as I’ve found myself increasingly limited on the Windows platform.

One of my primary concerns involves my current media storage setup. I have a 10TB external drive formatted with an NTFS partition (fully backed up), and I would like to continue writing new data to this drive within the Proxmox environment.

What would be the most appropriate approach to handle this transition? My initial assumption is that converting or migrating to a Linux-native filesystem may be the best long-term solution, but I do not yet have extensive Linux experience. I would appreciate guidance on the most reliable and efficient way to proceed.

you are viewing a single comment's thread
view the rest of the comments
[-] NastyNative@mander.xyz 3 points 1 month ago* (last edited 1 month ago)

Thank you for the guidance. After some research on Linux-native file systems, I compared ext4 and Btrfs. While Btrfs offers advanced recovery features, ext4 stands out for its proven stability and performance exactly what I need, especially with regular backups in place. My plan is to back up the data twice (as always), format the main 10TB NTFS drive to ext4, then migrate everything back. I'll keep you updated on the process data migration will likely take most of today. Thanks again!

Update 2/24 I initially transferred only a small portion of my data to validate the process before committing to a full migration. After installing the necessary components, I mounted the drive in Windows 11 using Ubuntu via PowerShell with the following command:

wsl --mount \.\PHYSICALDRIVE1 --partition 1

This allowed me to access the drive through File Explorer and complete the initial transfer. While I could have performed this directly within Proxmox, I chose the method I’m more familiar with to avoid potential issues with important media data.

Next, I created a directory in promox and mounted the external drive using:

mount /dev/sdc /mnt/pve/Media

After confirming successful mounting, I updated the configuration files to make the change persistent and verified functionality by restarting the server. I was then able to point my Jellyfin library to the new location and confirm the migrated data was accessible.

With testing complete, I have shut down the Proxmox server and begun transferring the remaining data.

this post was submitted on 22 Feb 2026
12 points (92.9% liked)

Proxmox

1700 readers
1 users here now

Proxmox VE is a complete, open-source server management platform for enterprise virtualization. It tightly integrates the KVM hypervisor and Linux Containers (LXC), software-defined storage and networking functionality, on a single platform. With the integrated web-based user interface you can manage VMs and containers, high availability for clusters, or the integrated disaster recovery tools with ease.

Proxmox VE Official site

K3S on Proxmox LXC

founded 2 years ago
MODERATORS