I'm trying to get my new raspberry pi 3 to boot with raspbian but i'm having issues.
Currently I have the latest version of raspbian on a SD card and when I plug in the pi I ultimately get the message Unable to mount root fs on uknown-block(179,2)
From my readings on the net it was a bad install on the SD card so I put it in a card reader connected to my mac and ran these commands:
$ sudo diskutil unmountDisk /dev/disk6s1
Unmount of all volumes on disk6 was successful
$ sudo dd bs=1m if=/Users/tomcaflisch/Downloads/2016-03-18-raspbian-jessie.img of=/dev/rdisk6
Once that was complete I ran this command (Which i found on the net trying to trouble shoot this issue)
$ sudo fsck_hfs -f /dev/disk6s1
ERROR: volume /Volumes/boot is mounted with write access. Re-run with (-l) to freeze volume.
$ sudo fsck_hfs -fl /dev/disk6s1
ERROR: could not freeze volume (Inappropriate ioctl for device)
Any ideas on what is going on here and how to resolve this issue so I can play with my pi?
Have you a different card you can test with?
– Kolban May 13 '16 at 18:04