Mounting an external USB drive from the command line
The easiest way to mount an external USB drive from the commandline is:
sudo mount -t ntfs-3g /dev/sdc1 /media/red -o umask=0000
This actually sets it up so that’s completely readable/writeable by anyone.
0 Comments »
No comments yet.
RSS feed for comments on this post. TrackBack URI