F
F
fokin_nikolay19892021-09-16 08:25:25
linux
fokin_nikolay1989, 2021-09-16 08:25:25

How to format to NTFS?

Good afternoon
How to format a partition in ntfs in riel 8?

]# mkfs.ntfs /dev/nvme0n1
bash: mkfs.ntfs: команда не найдена...

I'm interested in some standard tools without installing ntfs-3g

Answer the question

In order to leave comments, you need to log in

4 answer(s)
X
xotkot, 2021-09-16
@fokin_nikolay1989

# mkfs.ntfs /dev/nvme0n1

first you need to specify a specific partition when formatting and not a disk, for example, for the first partition:
# mkfs.ntfs /dev/nvme0n1p1
I'm interested in some standard tools without installing ntfs-3g

wait a few (depending on the distribution) months when the 5.15 kernel is rolled out in which they make ' native ' support for
ntfs Linux kernel 5.15" or you can try to compile it yourself right now -tyts3 if you have an arch-like distro you can install from AUR -tyts4

P
partisan42, 2021-09-16
@partisan42

Are ntfsprogs and ntfs-3g installed?

Z
Zzzz9, 2021-09-16
@Zzzz9

well, so-so advice, you can dd fill in an fs image of the same size.

S
Saboteur, 2021-09-16
@saboteur_kiev

cat /proc/filesystems
and see if there is ntfs
there, if not, then nothing, you need to install support, or wait until ntfs appears in the kernel of your distribution (there are no distributions yet, although it is planned)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question