Answer the question
In order to leave comments, you need to log in
How to fix the error you must specify the filesystem type?
I'm doing it according to the instructions
Tell me, please
I've reached the point
Теперь подключим этот раздел в /mnt следующей командой (следим за пунктуацией, особенно, за пропусками между кодами):
sudo mount /dev/sda1 /mnt
Answer the question
In order to leave comments, you need to log in
Look at the type of the file system on /dev/sda1 :
sudo fdisk -l /dev/sda
will list all partitions on /dev/sda and their type
Next, after finding out the type of the /dev/sda1 file system, specify it when mounting:
sudo mount -t fs_type / dev/sda1 /mnt
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question