I am using Ubuntu 24.04 desktop.
I have already install hfsutils via
sudo apt install hfsutils
But when I invoke it
sudo mkfs.hfs /dev/sdb9
I still get "command not found" error. Why?
I am using Ubuntu 24.04 desktop.
I have already install hfsutils via
sudo apt install hfsutils
But when I invoke it
sudo mkfs.hfs /dev/sdb9
I still get "command not found" error. Why?
I solve the issue. I need to invoke
instead.