document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. $ sudo umount /Volumes/WD1TO
  2. $ mkdir /Volumes/WD1TO
  3. $ sudo mount -t ntfs -o nodev,nosuid,noowners,rw /dev/disk2s1 /Volumes/WD1TO
  4. $ echo hello the world > /Volumes/WD1TO/example
  5. $ cat /Volumes/WD1TO/example
  6. hello the world
');