Closed stef204 closed 3 years ago
How does one use the -X option, for example, in such a way that scrub does not cross mount points (into mounted partitions on an SSD)?
-X
scrub
Example:
# cd / # scrub -X erase
if there is an SSD mounted on /mnt/ssX?
/mnt/ssX
scrub -X PATH doesn't traverse the file tree. It just creates PATH as a directory, and fills it with junk to try to overwrite all the free space in the file system.
scrub -X PATH
PATH
OK, thanks. let's close this.
How does one use the
-X
option, for example, in such a way thatscrub
does not cross mount points (into mounted partitions on an SSD)?Example:
if there is an SSD mounted on
/mnt/ssX
?