How Linux makes data recovery easy

preview_player
Показать описание
Recovering data isn't something any IT pro wants to face. But when the occasion arises, you'll be glad Linux is around to give you a hand.

List of Commands:

sudo sfdisk -l
sudo mkdir /data
sudo mount -t ntfs-3g /dev/sdb1 /data -o force
sudo mount -t ntfs-3g /dev/sdb /data -o force
sudo mount -t ntfs-3g /dev/sdb2 /data -o force

Рекомендации по теме
Комментарии
Автор

0:59 how do we know what to type in our case?

TrodVods-joiy
Автор

how to recover a windows HDD with linux? please and many thanks

ReadyMack-g
Автор

That's great and all, but there's no equivalent in the YouTube app.

michaelgleason