New Flash Drive // Fdisk, lsblk, and mkfs

New Flash Drive // Fdisk, lsblk, and mkfs

arthurpizza

55 лет назад

1,170 Просмотров

Tools that you'll need:

+ lsblk
+ fdisk
+ mkfs

These should be avaible from the repos of your system if not already installed by default.

## To list devices and partitions

```
sudo lsblk
```

## View and edit partitions

```
sudo fdisk /dev/sdb
```

## Two write a filesystem to a partition:

```
sudo mkfs.ntfs -f -L Drive /dev/sdb1
```

## To Unmount

```
umount /media/user/Drive
```

**Follow Me**:

https://mastodon.sdf.org/@art
https://twitter.com/arthursucks
https://www.instagram.com/arthuredwardreeder/
https://www.twitch.tv/arthurreeder/

Тэги:

#linux #fdisk #mkfs #mkfs.ntfs #USB #Flash_Drive #Installer #Debian #Arch #Fedora #Terminal #CLI #HowTo #How_to #Unix
Ссылки и html тэги не поддерживаются


Комментарии: