Ubuntu 22.04 altında microSD karta format atamıyorum

Başlatan yağmuradam, 26 Mart 2023 - 21:14:57

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

yağmuradam

  Daha önce Android yüklü cep telefonumda kullandığım microSD kartıma format atamıyorum. GParted içerisinde
/dev/mmcblk0
olarak gözüken microSD kartıma format atmaya kalktığımda partisyon tablosu oluşturmamı istiyor.
Device
sekmesinde
Create Partition Table
seçeneğine tıklayıp,
msdos
ifadesini işaretlediğimde hiçbir işlem uygulamıyor ve ext4 ya da başka bir formatta yapılandırmama izin vermiyor. Terminal yolu ile microSD kartıma format atmak için hangi komutları kullanabilirim? Ya da başka bir yöntem ile yapabilir miyim?

nxjoseph

Merhaba.

Partisyon tablosu oluştururken hiçbir işlem yapmadığına emin misiniz?
fdisk ile partisyon tablosu tipini kontrol edebilirsiniz. Disklabel type olarak gözükecektir.
fdisk -l /dev/mmcblk0
Alıntı Yapext4 ya da başka bir formatta yapılandırmama izin vermiyor.
Diğer dosya sistemi paketlerini kurmamış olabilirsiniz, gparted'i önerilen paketlerle birlikte tekrar kurmayı deneyin.
sudo apt-get install --install-suggests gparted

Alıntı YapTerminal yolu ile microSD kartıma format atmak için hangi komutları kullanabilirim? Ya da başka bir yöntem ile yapabilir miyim?
fdisk kullanabilirsiniz.

yağmuradam

  Yazmış olduğunuz;
  fdisk -l /dev/mmcblk0
komutuna;
  Disk /dev/mmcblk0: 119,08 GiB, 127865454592 bytes, 249737216 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

şeklinde cevap alıyorum. Diğer;
  sudo apt-get install --install-suggests gparted
komutuna da;
  Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
gparted is already the newest version (1.3.1-1ubuntu1).

yanıtını alıyorum. GParted programını yeniden denedim, fakat daha önceki kullanımlarımda olduğu gibi herhangi bir sonuç alamadım.
  fdisk komutu ile hangi parametreleri bir arada kullanıp microSD kartıma format atabilirim?
  fdisk --help
komutuna;
Usage:
fdisk [options] <disk>         change partition table
fdisk [options] -l [<disk>...] list partition table(s)

Display or manipulate a disk partition table.

Options:
-b, --sector-size <size>      physical and logical sector size
-B, --protect-boot            don't erase bootbits when creating a new label
-c, --compatibility[=<mode>]  mode is 'dos' or 'nondos' (default)
-L, --color[=<when>]          colorize output (auto, always or never)
                                 colors are enabled by default
-l, --list                    display partitions and exit
-x, --list-details            like --list but with more details
-n, --noauto-pt               don't create default partition table on empty devices
-o, --output <list>           output columns
-t, --type <type>             recognize specified partition table type only
-u, --units[=<unit>]          display units: 'cylinders' or 'sectors' (default)
-s, --getsz                   display device size in 512-byte sectors [DEPRECATED]
     --bytes                   print SIZE in bytes rather than in human readable format
     --lock[=<mode>]           use exclusive device lock (yes, no or nonblock)
-w, --wipe <mode>             wipe signatures (auto, always or never)
-W, --wipe-partitions <mode>  wipe signatures from new partitions (auto, always or never)

-C, --cylinders <number>      specify the number of cylinders
-H, --heads <number>          specify the number of heads
-S, --sectors <number>        specify the number of sectors per track

-h, --help                    display this help
-V, --version                 display version

Available output columns:
gpt: Device Start End Sectors Size Type Type-UUID Attrs Name UUID
dos: Device Start End Sectors Cylinders Size Type Id Attrs Boot End-C/H/S
      Start-C/H/S
bsd: Slice Start End Sectors Cylinders Size Type Bsize Cpg Fsize
sgi: Device Start End Sectors Cylinders Size Type Id Attrs
sun: Device Start End Sectors Cylinders Size Type Id Flags

For more details see fdisk(8).

parametrelerinden bir arada hangilerini kullanıp, formatlama işinde kesin sonuç alabilirim?