Commands for drive actions #23
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.