This blog serves as a dumping ground for my own interests.
On it you will find anything which I want to keep track of; links, articles, tips and tricks.
Mostly it focuses on C++, Javascript and HTML, linux and performance.
Friday, 21 September 2012
Mount USB drive by label
$ sudo mount /dev/disk/by-label/volume_name /mnt/mount_point -t auto
No comments:
Post a Comment