Skip to content

Instantly share code, notes, and snippets.

View rschuman's full-sized avatar
🎯
Focusing

Robert Schuman rschuman

🎯
Focusing
View GitHub Profile
@rschuman
rschuman / vim_tricks.md
Last active December 20, 2015 11:49
Vim tricks
@rschuman
rschuman / gist:1032590
Created June 17, 2011 23:35
Fix: HFS+ drives no longer mount after upgrade from Ubuntu 10.10 to 11.04
After upgrading from Ubuntu 10.10 to 11.04, I could no longer mount any of my HFS+ OS X partitions:
$ sudo mount -t hfsplus /dev/sdc2 /media/radius_a
mount: wrong fs type, bad option, bad superblock on /dev/sdc2,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
I did the following in order to fix this error: