Advertisement
Guest User

Untitled

a guest
Oct 29th, 2012
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.22 KB | None | 0 0
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement