У нас вы можете посмотреть бесплатно Use Linux to overwrite a HDD with random data или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
How to write over a harddisk with random data in Linux. ⚠ By watching this video, you agree that I do not hold accountable for any application/software/hardware mentioned and is for entertainment purposes only. I am not sponsored by anyone and cannot guarantee the safety of these application/software. Please do your own research before downloading/purchasing any application/software/hardware. The amazon links are affiliated which means I get a small commission every time someone purchase through the amzn links. Commands used; Generate Luks password with dd if=/dev/urandom bs=1 count=32 | base64 cryptsetup luksFormat /dev/{Your Device Here} Type YES in all caps Enter LUKS passphrase: [Generated Password From Earlier] cryptsetup luksOpen /dev/{Your Device Here} {Name to Map Drive} dd if=/dev/zero of=/dev/mapper/{Name to Map Drive} bs=1M when you see dd: writing `/dev/mapper/...': No space left on device disk is full cryptsetup luksClose {Name to Map Drive} cryptsetup luksDump /dev/{Your Device Here} Look for payload or area "offload" number Or just guess 2056 or 32768 dd if=/dev/urandom of=/dev/{Your Device Here} bs=512 count={Offset number} You are done. research link https://www.linuxglobal.com/quickly-f...