Why Nostr? What is Njump?
2024-07-20 08:21:20

jhx on Nostr: #Linux hint: Show the creation of a ext filesystem 😎 sudo tune2fs -l $DEVICE_PART ...

#Linux hint:

Show the creation of a ext filesystem 😎

sudo tune2fs -l $DEVICE_PART | grep "^Filesystem created" | cut -f2- -d':' | sed 's/^[[:space:]]*//g'

Replace $DEVICE_PART with the correct device partition, for example: /dev/sda3

#Linux #FOSS
Author Public Key
npub1kwgl9su720lqyraz2vvwnwvrx4t5d5z87erjj658qj8sm4425wrsl5dlfw