455
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 27 Jul 2023
455 points (89.0% liked)
Technology
59598 readers
4435 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
Does NTFS allow for merging of disks into a single partition? Apple was able to do this by combing a larger HDD with a smaller SSD into a single virtual HFS+ volume.
Yep. You need to convert the disk into a "dynamic disk" (no data loss btw) and then you can create a "spanned volume" across the disks. You can also create a striped volume for performance, which is basically RAID 0.
But apparently dynamic disks are now deprecated and Microsoft wants you to use "storage spaces" instead, which is basically RAID and not just simple spanned volumes. The problem with this, IIRC, is that you'll need at least two extra drives (in addition to the drive where Windows is installed).
I don't think a spanned volume is quite what they were after. I'm pretty sure macOS uses the SSD part as a cache and it's used mainly for increasing the performance of the relatively slow but large capacity HDD. Nowadays though you might as well just go with all SSD in most cases if performance matters.
can you boot from that ?