When you delete a file normally, the data stays on the disk — the filesystem just marks the space as available. The data can be recovered with the rig[……]
Tag: Bash
Bash is the shell, or command language interpreter, for the GNU operating system.
Formatting a partition from command line
When you need to format a partition from the command line, a few commands are all you need. Here’s the typical workflow.
First, create the files[……]