Q: I can't find/mount the ssd disk, what should I do?
Q: I can't find/mount the SSD disk, what should I do?
A: (Windows) You need to create a partition in the Disk Management utility
For opening the Disk Management press Win + R and in the run box and enter diskmgmt.msc
(Linux) For mounting an SSD disk, please run the following commands:
sudo mkfs.ext4 /dev/sda
sudo mkdir /ssd_sda
sudo mount -t ext4 /dev/sda /ssd_sda
Updated: 17.03.2025
Published: 22.11.2017