Making volume labels
Monday, May 12th, 2008 Comments Off
I always forget how to make a volume label. Here is a page that rounds up various methods for different filesystems:
www.debuntu.org/device-partition-labeling
The part on labeling FAT filesystems is not quite right. It works, but there is a better way. First make sure you have the debian package “mtools” installed:
To see if there is a label already there:
sudo mlabel -i /dev/device -s ::
To write a new label:
sudo mlabel -i /dev/device ::newlabel
In the place of “/dev/device” you should use something like “/dev/sdd1″.
Bash Shell Keyboard Shortcuts
Monday, April 2nd, 2007 Write a CommentThis was surprisingly useful. There are a hell of a lot of keyboard shortcuts available for bash. I only knew a few of them!
The meat of the actual article after the jump…
Read the rest of this entry…