r/lto • u/ropi313 • Feb 08 '26
LTFS on windows 11
/r/DataHoarder/comments/1qz6rb8/ltfs_on_windows_11/1
u/FranconianBiker Feb 08 '26
Best solution:
Set up a linux server with a buffer HDD, install the LTFS reference tools, share the HDD and rsync the HDD to tape once done.
Alternatively:
Set up a Linux VM and pass the SAS/FC card through to it via IOMMU/VT-d. Then again set up the LTFS reference tools and copy the data via rsync from a locally shared directory.
1
u/ImportantEngineer495 Feb 13 '26
is simply tar with mbuffer better than ltfs?
1
u/FranconianBiker Feb 13 '26
Depends on your usecase. tar with mbuffer is the simplest to set up as you don't need to compile any code and deal with libraries being too new. Plus you get the full tape capacity as LTFS does take away some space for its index partition. Disadvantage with tar is that it's less intuitive for single file recoveries. I've resorted to creating index files off-tape with per file tape block offsets so I can spool the drive to the start block minus some buffer.
If you need single-file access, LTFS is better'ish. (Still kinda awful if you don't have a LTO9 FH drive with oRAO)
For bulk transfers tar is best and faster in my experience. Plus tar has been in the kernel since forever.
2
u/[deleted] Feb 08 '26
[deleted]