방금 Raspberry Pi와 새로운 16GB Class 10 SD 카드를 받았습니다 . Linux Mint를 사용 하고 있으며 Raspbian Debian 7 (Wheezy) OS를 카드에 이미지하려고하지만 시도 할 때마다
dd bs=4M if=2013-05-25-wheezy-raspbian.img of=/dev/sdc
나는 오류를 얻는다
dd: opening `/dev/sdc': Read-only file system
사용하여 권한을 변경하는 가능한 모든 방법을 시도했습니다.
chmod a=rwx /dev/sdc
이 줄을 / etc / fstab에 추가했습니다.
UUID=9016-4EF8 /media/matt/SDcard vfat user,uid=1000,gid=100,dmask=027,fmask=137 0 0
다음은 명령 행에서 출력 된 내용입니다.
matt-Aspire-5552 SDcard # blkid
/dev/sda1: LABEL="PQSERVICE" UUID="8806A1F106A1E104" TYPE="ntfs"
/dev/sda2: LABEL="SYSTEM RESERVED" UUID="EABAA321BAA2E971" TYPE="ntfs"
/dev/sda3: LABEL="Acer" UUID="6A5AE8025AE7C8C1" TYPE="ntfs"
/dev/sda5: UUID="a27e3081-abad-432d-8ffa-a24245684cd8" TYPE="ext4"
/dev/sdc1: UUID="9016-4EF8" TYPE="vfat"
그리고 fdisk -l :
matt-Aspire-5552 SDcard # fdisk -l
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x2bd2c32a
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 41945087 20971520 27 Hidden NTFS WinRE
/dev/sda2 41945088 42149887 102400 7 HPFS/NTFS/exFAT
/dev/sda3 42149888 371296943 164573528 7 HPFS/NTFS/exFAT
/dev/sda4 371298302 625141759 126921729 5 Extended
Partition 4 does not start on physical sector boundary.
/dev/sda5 371298304 625141759 126921728 83 Linux
Disk /dev/sdc: 15.8 GB, 15811477504 bytes
255 heads, 63 sectors/track, 1922 cylinders, total 30881792 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
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdc1 8192 30881791 15436800 c W95 FAT32 (LBA)
그리고 SD 카드 마운트 폴더의 속성에서 사용 권한 탭을 읽기 쓰기로 변경하려고 시도했지만 아무것도 변경되지 않았습니다.
이 모든 것이 sudo su root 에서 수행되었습니다 .
read-only
SD 카드 측면의 스위치 위치를 확인할 수 있습니까? 아마 몇 번 앞뒤로 뒤집어보십시오.