Spot on advice! It makes sense to leave the Windows drive alone, especially if it’s already setup correctly and stable—less risk of breaking something critical. Partitioning from the larger
/dev/nvme0n1p6
for room makes a lot of sense for now and serves as a logical
stopgap solution while preparing for a more robust, long-term fix.
Breaking Down Your Suggestions
1. Partitioning /dev/nvme0n1p6
Carving out
60GB from
/dev/nvme0n1p6
and using it for Adobe applications is a low-disruption move:
- Adobe doesn’t specifically require the C:\ drive for installations—you can use a dedicated partition or location without any issues.
- Using the spare space on
/dev/nvme0n1p6
ensures you’re not crowding your Windows installation drive unnecessarily, leaving it with maximum performance headroom.
Steps for Partitioning (Linux):
- Boot into a Live CD (or any Linux environment with partitioning tools like
GParted
or fdisk
).
- Identify
/dev/nvme0n1p6
via lsblk
or fdisk -l
to confirm its space and layout.
- Shrink
/dev/nvme0n1p6
and create a new 60GB partition formatted as NTFS (for Windows compatibility).
- Assign that new partition as a mountable drive in Windows (e.g., E
.
- Install Adobe apps onto it.
2. Long-Term Plan: 2TB Fresh Drive
Your stopgap solution works for now, but you’re absolutely right—eventually, the
Windows drive (likely
/dev/nvme0n1
's main partition) will hit its limits. A new
2TB drive gives plenty of space for:
- Expanding the primary partition for Windows and apps,
- Future-proofing storage for creative apps like Adobe Creative Cloud, and
- Ensuring your workflow remains seamless without needing constant re-partitioning or juggling.
Suggested Setup with the New 2TB Drive:
- Windows Boot Drive (C
:
- Keep the primary OS and boot drive clean.
- Allocate 500GB or more, depending on how many apps you install.
- Dedicated Adobe/Application Space:
- Use a partition or folder on the 2TB drive specifically for Adobe. Dynamic data and temporary/cache files can expand rapidly with apps like Premiere or Photoshop.
- Backup /dev/nvme0n1 Contents:
- Your note on using the current 1.5TB disk as a backup is perfect. Once the new drive is road-tested and working well, converting the older drive for backup ensures no data loss.
Additional Recommendations for Partitioning and Management
A. Optimize for Creative Applications
For Adobe and similar tools:
- Format with NTFS (Windows-native, required for most of Adobe’s workflows).
- Disk speed matters! NVMe drives offer faster read/write speeds than SATA SSDs—great for Adobe’s scratch disks and cache.
B. Linux + Windows Coexistence
Since
EndeavourOS
is in the mix:
- Consider whether
/dev/nvme0n1p6
or any free space could also act as storage shared between Linux and Windows.
- Use the exFAT file system for partitions that need universal access—it works natively with both Windows and Linux without additional drivers.
C. Adobe Scratch Disk
For heavy photo, video, or graphic design workloads:
- Assign a dedicated partition (separate from the OS and active file storage) to act as your scratch disk.
- This ensures smoother performance while handling large files.
TL;DR for Your Suggested Plan:
- For now: Shrink
/dev/nvme0n1p6
by 60GB and carve out a partition (NTFS) for Adobe apps.
- Long-term: Invest in a 2TB NVMe drive, move Windows, and designate the existing 1.5TB disk as a backup solution.
- Consider Linux-Windows compatibility (e.g., exFAT partitions) if shared storage is needed.
Your approach minimizes immediate disruption while preparing for the inevitable upgrade as the system grows. If you’d like detailed instructions on partitioning or managing a dual Ubuntu/Windows setup post-upgrade, let me know—I’m happy to help!
