D
D
Dmitriyshremzer2021-03-26 16:43:32
linux
Dmitriyshremzer, 2021-03-26 16:43:32

How to move to another disk partition, vfat32?

The nvme disk has two partitions: nvme0n1p1 fvat 32 nvme0n1p2 fs ext4. I can not create a directory on the first partition, it says there is no such file or directory

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
S-trace, 2021-03-31
@S-trace

Mount the nvme0n1p1 partition somewhere and you will be happy.
For example like this:

mkdir /tmp/nvme0n1p1
sudo mount /dev/nvme0n1p1 /tmp/nvme0n1p1

After that, in /tmp/nvme0n1p1 you will have the first disk partition nvme0n1 mounted - go there and check that there is exactly the data that you are waiting for.
If there are problems with non-ASCII names, smoke the VFAT mount options.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question