<div dir="auto">This is complicated by lack of data about the other system the new drive gets plugged into.<div dir="auto"><br></div><div dir="auto">Let's start with fuse. It's not a filesystem format. It's a mounting method that allows user level control. It's quite generic in that it understands many types of filesystems. Odds are high the format of the drive is likely some windows variant. Often the dmesg output that occurs after plugging in an external drive includes the filesystem type.  dmesg > before; plug in drive; dmesg > after; diff before after should show easy info.</div><div dir="auto"><br></div><div dir="auto">If the drive were never used anywhere but Linux, ext4 is a solid choice. But using it with an external blu-ray will require compatibility. If it needs ntfs, load in the ntfs-3g tool chain and format it as ntfs. As that tool chain is typically using fuse to mount an ntfs drive, it's highly likely the existing drive is ntfs.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Apr 29, 2023, 6:51 PM Stephen R. Blevins via Ale <<a href="mailto:ale@ale.org">ale@ale.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">     I have a terabyte external drive i got from my step-son.  Linux <br>
Mint claims it is in FUSE format.  I use it for both data storage and <br>
for A/V media storage.  I do like the fact that I can mount it and write <br>
to it from Linux Mint, *and* that our BlueRay player can also read it <br>
and display .mkv files correctly from it.<br>
<br>
     I just purchased a couple of terabyte drives (from Microcenter, <br>
where else).  Their startup instructions assume a Winders environment, <br>
claiming that Winders will automagically create a filesystem on them (I <br>
assume in NTFS format).<br>
<br>
     My request for guidance is, "If I format them from Linux, what <br>
filesystem format should I select?"<br>
<br>
Thanks in advance.<br>
<br>
-- <br>
Stephen R. Blevins<br>
<a href="mailto:stephen.r.blevins@gmail.com" target="_blank" rel="noreferrer">stephen.r.blevins@gmail.com</a><br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank" rel="noreferrer">Ale@ale.org</a><br>
<a href="https://mail.ale.org/mailman/listinfo/ale" rel="noreferrer noreferrer" target="_blank">https://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" rel="noreferrer noreferrer" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</blockquote></div>