Skip to content

Commit

Permalink
format guide
Browse files Browse the repository at this point in the history
  • Loading branch information
NiHaiden committed Jan 8, 2025
1 parent 13fb335 commit 78f182b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/guides/secondary-drives.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Auto-Mounting Secondary Drives
description: Make your secondary drives connected to your device automatically mount on startup!
---

## Preliminary Warnings

**This is an edited version of the [Bazzite documentation](https://docs.bazzite.gg/Advanced/Auto-Mounting_Secondary_Drives/).**
Expand Down Expand Up @@ -29,7 +30,6 @@ Use a disk graphical user interface like KDE Plasma or GNOME Disks to format you

Drive directories should be **lowercase** with **no spaces** for best practice.


You can make a directory in `/var/mnt/` by opening a host terminal and **entering this command in a host terminal**:

```command
Expand All @@ -38,7 +38,6 @@ sudo mkdir /var/mnt/data

The drive will now be mounted in a directory known as `data`.


#### Permissions for the drive

```command
Expand All @@ -50,7 +49,7 @@ If you plan to reformat the partition, remember to edit the mount point and "Rem
## Graphical User Interface (GUI) Methods for Auto-Mounting

Do not set up auto-mount, unmount then format a drive! It can confuse the software you are configuring drives with. Instead, **remove the auto-mount first before formatting the drive**.

## Instructions

1. Open KDE Partition Manager
Expand Down

0 comments on commit 78f182b

Please sign in to comment.