#!/bin/bash
## Copyright (C) 2018 - 2021 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
## Copyright (C) 2018 Algernon <33966997+Algernon-01@users.noreply.github.com>
## See the file COPYING for copying conditions.
set -e
## sudo /bin/lsblk --all
##
## NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
## sda 8:0 0 100G 1 disk
##
## 1 means read-only
## 0 means read-write
## As soon as we have at least one "0" it is concluded: not live mode.
## when using snapd:
##
This file has been truncated. show original