我正在尝试使用mkfs.ntfs命令将 USB 记忆棒格式化为 NTFS 文件系统,我在终端中得到了这个:
horbuli@BOSS:~$ sudo apt-get install ntfs-3g
Reading package lists... Done
Building dependency tree
Reading state information... Done
ntfs-3g is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
horbuli@BOSS:~$ mkfs.ntfs /dev/sdb1
The program 'mkfs.ntfs' is currently not installed. You can install it by typing:
sudo apt-get install ntfs-3g
horbuli@BOSS:~$
Run Code Online (Sandbox Code Playgroud)
问题是什么?
command-line ×1