无法格式化受写保护的 USB 驱动器

无法格式化受写保护的 USB 驱动器

当然,关于这个话题有很多很多的问题,但我有理由相信这是不同的。

我已经尝试过的事情

  1. 从 Nautilus 格式化
  2. 从 Gnome-Disks 格式化
  3. 从 Gparted 创建新的分区表
  4. 从 Gparted 格式化
  5. chown获得所有权
  6. 重新安装rw
  7. 强行重新安装ntfs-3g

输出(安装)

$ sudo mount -o remount,rw /dev/sdc1
mount: cannot remount /dev/sdc1 read-write, is write-protected
$ sudo mount -o remount,rw '/media/sumeet/4CCF-3379'
mount: cannot remount /dev/sdc1 read-write, is write-protected
$ sudo mount -t ntfs-3g -o uid=$(id -u) /dev/sdc1 /media/sumeet/4CCF-3379
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.

乔恩

$ sudo chown -R sumeet:sumeet /media/sumeet/4CCF-3379
chown: changing ownership of '/media/sumeet/4CCF-3379/LOST.DIR/134797': Read-only file system
chown: changing ownership of '/media/sumeet/4CCF-3379/LOST.DIR': Read-only file system
chown: changing ownership of '/media/sumeet/4CCF-3379/.android_secure': Read-only file system
chown: changing ownership of '/media/sumeet/4CCF-3379/zapya/.cache/tb': Read-only file system
chown: changing ownership of '/media/sumeet/4CCF-3379/zapya/.cache': Read-only file system
chown: changing ownership of '/media/sumeet/4CCF-3379/zapya/.log': Read-only file system
chown: changing ownership of '/media/sumeet/4CCF-3379/zapya/app': Read-only file system
chown: changing ownership of '/media/sumeet/4CCF-3379/zapya/music': Read-only file system
chown: changing ownership of '/media/sumeet/4CCF-3379/zapya/video': Read-only file system
chown: changing ownership of '/media/sumeet/4CCF-3379/zapya/photo': Read-only file system
chown: changing ownership of '/media/sumeet/4CCF-3379/zapya/misc': Read-only file system
chown: changing ownership of '/media/sumeet/4CCF-3379/zapya/backup': Read-only file system
chown: changing ownership of '/media/sumeet/4CCF-3379/zapya/doodle/.nomedia': Read-only file system
chown: changing ownership of '/media/sumeet/4CCF-3379/zapya/doodle': Read-only file system
chown: changing ownership of '/media/sumeet/4CCF-3379/zapya/folder': Read-only file system
chown: changing ownership of '/media/sumeet/4CCF-3379/zapya': Read-only file system
chown: changing ownership of '/media/sumeet/4CCF-3379': Read-only file system

$ sudo dd if="/dev/zero" of="/dev/sdc1" bs=1M count=10 
dd: error writing '/dev/sdc1': Operation not permitted
1+0 records in
0+0 records out
0 bytes copied, 0.000825744 s, 0.0 kB/s

hdparm

$ sudo hdparm -r0 /dev/sdc

/dev/sdc:
 setting readonly to 0 (off)
 readonly      =  0 (off)

创建新分区

$ sudo fdisk /dev/sdc

Welcome to fdisk (util-linux 2.29).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.

fdisk: cannot open /dev/sdc: Read-only file system

仍然无法正常工作


设备信息

Bus 002 Device 008: ID 0781:5567 SanDisk Corp. Cruzer Blade

相关内容