Various commands that allow for editing external drives (hard disks, floppies...) like such:
label: Getting and setting a drive label.
lsdrv (alias lsblk): List all detected drives in a table, like so:
TYPE SIZE ID MOUNT
HDD 4.09MB 7d7e6394-2bd2-4c6d-8a5a-19a438732e46 /
Floppy 512KB e569face-eb47-42ce-ab00-68ee6c9afc1c /mnt/e56
The table columns could be edited with an -o or --output flag, where for example lsblk -o type,mount will only show the drive type and mountpoint.
The -s or --show flag would only make some elements show up according to their type (hdd,floppy...)
lshdd would be an alias of lsdrv -o size,id,mount -s hdd
lsflop would be an alias of lsdrv -o size,id,mount -s flop
maindrv: Returns the main drive ID where Halyde is installed.
Various commands that allow for editing external drives (hard disks, floppies...) like such:
- `label`: Getting and setting a drive label.
- `lsdrv` (alias `lsblk`): List all detected drives in a table, like so:
```
TYPE SIZE ID MOUNT
HDD 4.09MB 7d7e6394-2bd2-4c6d-8a5a-19a438732e46 /
Floppy 512KB e569face-eb47-42ce-ab00-68ee6c9afc1c /mnt/e56
```
The table columns could be edited with an `-o` or `--output` flag, where for example `lsblk -o type,mount` will only show the drive type and mountpoint.
The `-s` or `--show` flag would only make some elements show up according to their type (`hdd`,`floppy`...)
- `lshdd` would be an alias of `lsdrv -o size,id,mount -s hdd`
- `lsflop` would be an alias of `lsdrv -o size,id,mount -s flop`
- `maindrv`: Returns the main drive ID where Halyde is installed.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Various commands that allow for editing external drives (hard disks, floppies...) like such:
label: Getting and setting a drive label.lsdrv(aliaslsblk): List all detected drives in a table, like so:-oor--outputflag, where for examplelsblk -o type,mountwill only show the drive type and mountpoint.The
-sor--showflag would only make some elements show up according to their type (hdd,floppy...)lshddwould be an alias oflsdrv -o size,id,mount -s hddlsflopwould be an alias oflsdrv -o size,id,mount -s flopmaindrv: Returns the main drive ID where Halyde is installed.Added in
c6aa57983a.