S
S
superpupervest2018-09-29 01:04:08
ubuntu
superpupervest, 2018-09-29 01:04:08

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

1 answer(s)
V
Valentin Efimov, 2018-10-03
@Demonium

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 question

Ask a Question

731 491 924 answers to any question