sorry, if this is a stupid question, but I cannot find a solution on my own: I got a Raspberry for Christmas and like the concept very much. However, I do not have a digital display and therefore would like to work via ssh. I found this nice thread http://raspberrypi.stackexchange.com/a/760, but cannot find boot_enable_ssh.rc or access /etc/network/interfaces.
I am using a MacBook and all I see on the SD is:
- Code: Select all
$ ls /Volumes/Untitled/
bootcode.bin fixup_cd.dat kernel_emergency.img
cmdline.txt issue.txt start.elf
config.txt kernel.img start_cd.elf
fixup.dat kernel_cutdown.img
I tried to find out more:
- Code: Select all
$ diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *320.1 GB disk0
1: EFI 209.7 MB disk0s1
2: Apple_HFS Macintosh HD 319.7 GB disk0s2
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *16.0 GB disk1
1: Windows_FAT_32 58.7 MB disk1s1
2: Linux 1.9 GB disk1s2
Mounting is impossible:
- Code: Select all
$ sudo mount /dev/disk1s1 /Volumes/myMountPoint/
/dev/disk1s1 on /Volumes/myMountPoint: Incorrect super block.
Does any of you have an idea how to solve this?