Drives like the MyBook came with software, and the manufacturer suggested you install that software.
What that software does is to "spare you the annoyance of having to re-initialize the drive" from its factory set Windows New Technology File System (NTFS, the W is silent because there are no other Operating Systems) or similar unusual (on a Mac) format. Instead, the software they provided would simulate a MacOS drive inside an NTFS file for your Mac.
The downside of using the manufacturer's software is that if the manufacturer's software is not loaded, the Macintosh Volume may not be readable, or may not be writable. This means that in startup manager, Installer, and in Recovery such as after a data loss, the Macintosh Volume may not be visible.
The standard advice given here to all users, including novice users, is to discard the manufacturers software and NEVER use it. "Best Practice" is to erase the physical device when new, using only MacOS Disk Utility, and create the fundamental data structures needed for consistent, reliable use by MacOS.
Be sure to "show all devices" which will allow you to ERASE the entire Physical Device by its immutable manufacturer-given device-name, not just user created Volume-name such as ‘Macintosh HD’.
--------
The litmus test for 'what format is that drive' is to run this Terminal command, and look for the NAME of your drive in the list. This is the output for an Apple File system drive, first for the (Physical), then for the (synthesized) APFS container-scheme:
diskutil list
...
/dev/disk6 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *240.1 GB disk6
1: EFI EFI 209.7 MB disk6s1
2: Apple_APFS Container disk7 239.8 GB disk6s2
/dev/disk7 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme - +239.8 GB disk7
Physical Store disk6s2
1: APFS Volume X14-SSD240 97.5 GB disk7s1
2: APFS Volume Preboot 26.5 MB disk7s2
3: APFS Volume Recovery 507.6 MB disk7s3
4: APFS Volume VM 20.5 KB disk7s4
my MacOS volume named X14-SSD240 is on a physical SSD drive about 240 GB in size.