Bir kalem sürücü ve bir bölüm var:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931.5G 0 disk
└─sda1 8:1 0 931.5G 0 part /
sdb 8:16 1 7.5G 0 disk
└─sdb1 8:17 1 7.5G 0 part
ve şu komutla biçimlendirdim:
# mkfs.fat -n A /dev/sdb
ve iyi çalışıyor.
Ama o zamandan sonra, mkfs için man sayfasına baktım:
mkfs is used to build a Linux filesystem on a device, usually a hard
disk partition. The device argument is either the device name (e.g.
/dev/hda1, /dev/sdb2), or a regular file that shall contain the
filesystem. The size argument is the number of blocks to be used for
the filesystem.
mkfs
Bölüm numarası ile çalışması gerektiğini söylüyor . Ve benim sorunum neden operasyonumun hata istemi olmadan çalışması?