私はできます。
- 読むマイマイクロSDカードが「ロックする「場所
ところで試してみると状況が変になりました。」やる「それ:私には選択の余地がない
fsck
それでもない- インストールまたは
- 読みましたが...
- フォーマットしてください!
フォーマットする必要がありますが、どうすればよいですか?
これは私のgparted
結果です。
$ sudo gparted
Created symlink /run/systemd/system/-.mount → /dev/null.
Created symlink /run/systemd/system/boot-efi.mount → /dev/null.
Created symlink /run/systemd/system/home-iago\x2dlito-.docker-devicemapper.mount → /dev/null.
Created symlink /run/systemd/system/home.mount → /dev/null.
Created symlink /run/systemd/system/run-user-1000.mount → /dev/null.
Created symlink /run/systemd/system/run-user-117.mount → /dev/null.
Created symlink /run/systemd/system/tmp.mount → /dev/null.
Created symlink /run/systemd/system/var.mount → /dev/null.
======================
libparted : 3.2 # see screenshots
====================== #
Input/output error during write on /dev/mmcblk0 # first error
Error fsyncing/closing /dev/mmcblk0: Input/output error # second error
Input/output error during write on /dev/mmcblk0 # start looping
Error fsyncing/closing /dev/mmcblk0: Input/output error #
Input/output error during read on /dev/mmcblk0 #
カチッという音Device -> Create partition table
msdos
、 を選択しApply
、しばらくお待ちください。
Ignore
次に、finallyまで、これら2つのエラーメッセージの間を繰り返し始めます
Cancel
。
キャンセル後、ステータスバーが表示されます。
しばらくして
mmcblk0
..とにかく左上のボックスは表示されなくなります。
何が間違っているのか知っていますか?
SDカードをどのようにフォーマットしますか?
ただ死んだの?
[編集]追加情報?ロック解除状態を挿入する場合:
$ dmesg
...
[ 1282.922022] mmc0: cannot verify signal voltage switch
[ 1283.097715] mmc0: new ultra high speed SDR104 SDHC card at address 0001
[ 1283.104727] mmcblk0: mmc0:0001 SD32G 29.0 GiB
[ 1283.106469] mmcblk0: p1 p2
[ 1284.996181] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 1285.018828] EXT4-fs (mmcblk0p2): warning: mounting unchecked fs, running e2fsck is recommended
ああ…
$ sudo e2fsck /dev/mmcblk0
e2fsck 1.43.4 (31-Jan-2017)
e2fsck: Input/output error while trying to open mmcblk0
The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem. If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
or
e2fsck -b 32768 <device>
..提案されたコマンドはすべて同じ出力を生成します。
# f3write /dev/mmcblk0p1
f3write: Can't open path /dev/mmcblk0p1: Not a directory
# f3write /dev/mmcblk0p2
f3write: Can't open path /dev/mmcblk0p2: Not a directory
# f3read /dev/mmcblk0p1
f3read: Can't open path /dev/mmcblk0p1: Not a directory
# f3read /dev/mmcblk0p2
f3read: Can't open path /dev/mmcblk0p1: Not a directory
マウントポイントを試してください。
# f3write /media/iago-lito/boot # /dev/mmcblk0p1
f3write: f3write.c:403: get_freespace: Assertion `!statvfs(path, &fs)' failed.
[1] 11908 abort f3write /media/iago-lito/boot
# f3write /media/iago-lito/0aed834e-8c8f-412d-a276-a265dc676112 # /dev/mmcblk0p2
Free space: 24.50 GB
Creating file 1.h2w ...
f3write: Can't create file 0aed834e-8c8f-412d-a276-a265dc676112/1.h2w: Input/output error
# f3read /media/iago-lito/boot # /dev/mmcblk0p1
SECTORS ok/corrupted/changed/overwritten
Data OK: 0.00 Byte (0 sectors)
Data LOST: 0.00 Byte (0 sectors)
Corrupted: 0.00 Byte (0 sectors)
Slightly changed: 0.00 Byte (0 sectors)
Overwritten: 0.00 Byte (0 sectors)
Average reading speed: 0.00 Byte/s
# f3read /media/iago-lito/0aed834e-8c8f-412d-a276-a265dc676112 # /dev/mmcblk0p2
SECTORS ok/corrupted/changed/overwritten
Data OK: 0.00 Byte (0 sectors)
Data LOST: 0.00 Byte (0 sectors)
Corrupted: 0.00 Byte (0 sectors)
Slightly changed: 0.00 Byte (0 sectors)
Overwritten: 0.00 Byte (0 sectors)
Average reading speed: 0.00 Byte/s
.. `匂いがします。
今gdisk
プレイしてみてくださいアレックスベリー:
まず、両方のパーティションがマウントされました。
$ sudo gdisk /dev/mmcblk0 20 ↵
GPT fdisk (gdisk) version 1.0.1
Partition table scan:
MBR: MBR only
BSD: not present
APM: not present
GPT: not present
***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format
in memory. THIS OPERATION IS POTENTIALLY DESTRUCTIVE! Exit by
typing 'q' if you don't want to convert your MBR partitions
to GPT format!
***************************************************************
Warning! Secondary partition table overlaps the last partition by
33 blocks!
You will need to delete this partition or resize it in another utility.
Command (? for help): x
Expert command (? for help): z
About to wipe out GPT on /dev/mmcblk0. Proceed? (Y/N): Y
Warning! GPT main partition table not overwritten! Error is 0
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
GPT data structures destroyed! You may now partition the disk using fdisk or
other utilities.
Expert command (? for help):
両方のパーティションをマウント解除した後の2回目の試み:
sudo gdisk /dev/mmcblk0 32 ↵
GPT fdisk (gdisk) version 1.0.1
Warning! Read error 5; strange behavior now likely!
Warning! Read error 5; strange behavior now likely!
Partition table scan:
MBR: not present
BSD: not present
APM: not present
GPT: not present
Creating new GPT entries.
Command (? for help): x
Expert command (? for help): z
About to wipe out GPT on /dev/mmcblk0. Proceed? (Y/N): Y
Warning! GPT main header not overwritten! Error is 5
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
GPT data structures destroyed! You may now partition the disk using fdisk or
other utilities.
..エラーメッセージ(no5)は、少なくとも私の深い考えと一致してうれしいです!
カードを取り外して再起動してください。
スキャン後、デバイスはgparted
まったく表示されません。/dev/mmcblk0
Input/output error during read on /dev/mmcblk0
ハードウェアが難しい時期 -_-」