|
Yada kurtulabilirmi? Merhabalar, Bir arkadaşım 30GB kapasiteli SanDisk marka USB çubuğunu bir şekilde "Read-Only" haline getirmiş. Bunun nasıl olduğuna dair bir bilgisi yok. Benden formatlamamı istedi. Fakat ne yaptımsa diske yazamadım. Aşağıda kullandığım komutların bir özeti var. Acaba önerisi olan varmı? Çok teşekkürler. Zeki --------------------------------------------------------------------------------------------------------------------------------- root@kitaplik3:~# df -Th Filesystem Type Size Used Avail Use% Mounted on /dev/sdc1 vfat 30G 29G 1.5G 96% /media/zeki/8AEA-A806 --------------------------------------------------------------------------------------------------------------------------------- zeki@kitaplik3:~$ sudo mount /dev/sdc1 /mnt/usbstick/ mount: /dev/sdc1 is write-protected, mounting read-only --------------------------------------------------------------------------------------------------------------------------------- root@kitaplik3:~# dosfsck -a /dev/sdc1 fsck.fat 3.0.27 (2014-11-12) open: Read-only file system --------------------------------------------------------------------------------------------------------------------------------- root@kitaplik3:~# dosfsck -b /dev/sdc1 fsck.fat 3.0.27 (2014-11-12) 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt. Automatically removing dirty bit. Leaving filesystem unchanged. --------------------------------------------------------------------------------------------------------------------------------- root@kitaplik3:~# mkfs.vfat /dev/sdc1 mkfs.fat 3.0.27 (2014-11-12) mkfs.vfat: unable to open /dev/sdc1: Read-only file system --------------------------------------------------------------------------------------------------------------------------------- root@kitaplik3:~# mount -t vfat -o uid=500,gid=500,umask=033 /dev/sdc1 /mnt/usbstick/ mount: /dev/sdc1 is write-protected, mounting read-only --------------------------------------------------------------------------------------------------------------------------------- root@kitaplik3:~# fsck -n /dev/sdc1 fsck from util-linux 2.25.2 fsck.fat 3.0.27 (2014-11-12) 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt. Automatically removing dirty bit. Free cluster summary wrong (466464 vs. really 95924) Auto-correcting. Leaving filesystem unchanged. /dev/sdc1: 4965 files, 1857133/1953057 clusters --------------------------------------------------------------------------------------------------------------------------------- root@kitaplik3:~# hdparm -r0 /dev/sdc /dev/sdc: setting readonly to 0 (off) readonly = 0 (off) --------------------------------------------------------------------------------------------------------------------------------- root@kitaplik3:~# mkfs.vfat /dev/sdc1 mkfs.fat 3.0.27 (2014-11-12) mkfs.vfat: unable to open /dev/sdc1: Read-only file system --------------------------------------------------------------------------------------------------------------------------------- root@kitaplik3:~# fdisk /dev/sdc Welcome to fdisk (util-linux 2.25.2). 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 --------------------------------------------------------------------------------------------------------------------------------- root@kitaplik3:~# dd if=/dev/zero of=/dev/sdc bs=1M dd: failed to open ‘/dev/sdc’: Read-only file system --------------------------------------------------------------------------------------------------------------------------------- -- Zeki Çelikbaş Kütüphaneci İTÜ Uçak ve Uzay Bilimleri Fakültesi 34469 Maslak İstanbul +90 212 2853101-131 [email protected] |
_______________________________________________ Linux-sohbet mailing list [email protected] https://liste.linux.org.tr/mailman/listinfo/linux-sohbet Liste kurallari: http://liste.linux.org.tr/kurallar.php
