Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
janvda authored and janvda committed Jul 27, 2019
1 parent aeecbcb commit b604a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ If your hard disk is not yet properly formatted in ext4 format then:
2. Open in your balenacloud dashboard a terminal window for the `samba-rsync` container and execute the following steps:
3. Create one partition on the hard disk using the `fdisk`command. For more information see [here](https://www.2daygeek.com/linux-fdisk-command-to-manage-disk-partitions/). The following might work for you.
1. Do `fdisk -l` to identify the drive to format. (most likely this is `/dev/sda`)
2. Do `fdisk /dev/sda` to format drive `/dev/sda``
2. Do `fdisk /dev/sda` to format drive `/dev/sda`.
1. delete all existing partitions with command `p`
2. add a new partition with command `n` (accept all defaults)
3. save changes with command `w`
Expand Down

0 comments on commit b604a93

Please sign in to comment.