Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| wiki:linux:basics:format_new_drive_linux [2025/01/07 12:50] – ↷ Page moved from format_new_drive_linux to wiki:linux:basics:format_new_drive_linux Greg | wiki:linux:basics:format_new_drive_linux [2025/01/07 13:09] (current) – Re-formatted code blocks Greg | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| 2. Use the '' | 2. Use the '' | ||
| - | '' | + | < |
| 3. Search the output for the disk path that maps to your new drive. It should read something like ''/ | 3. Search the output for the disk path that maps to your new drive. It should read something like ''/ | ||
| Line 11: | Line 11: | ||
| 4. Create a filesystem on the new disk (e.g. for ext4): | 4. Create a filesystem on the new disk (e.g. for ext4): | ||
| - | '' | + | < |
| 5. Create a new directory to mount your disk to; replace " | 5. Create a new directory to mount your disk to; replace " | ||
| - | '' | + | < |
| 6. Mount the disk to your new mount point: | 6. Mount the disk to your new mount point: | ||
| - | '' | + | < |
| 7. Grant your user ownership of the new disk: | 7. Grant your user ownership of the new disk: | ||
| - | '' | + | < |
| 8. Use '' | 8. Use '' | ||
| - | '' | + | < |
| Search the output for the line that maps to your disk's path. | Search the output for the line that maps to your disk's path. | ||
| Line 33: | Line 33: | ||
| 9. Open ''/ | 9. Open ''/ | ||
| - | '' | + | < |
| 10. Add the following line to the end of the file (this will make sure your disk mounts at boot): | 10. Add the following line to the end of the file (this will make sure your disk mounts at boot): | ||
| - | '' | + | < |
| 11. You're done! | 11. You're done! | ||