sudo mlabel -i /dev/sdc1 ::my-label
Afterwards copy original boot sector to backup using
sudo dosfsck -ar /dev/sdc1
sudo mlabel -i /dev/sdc1 ::my-label
sudo dosfsck -ar /dev/sdc1
sudo dpkg --get-selections > dpkglist.txt
sudo dpkg --set-selections < dpkglist.txt
sudo apt-get -y update
sudo apt-get dselect-upgrade
test
set terminal postscript eps monochrome enhanced dashed
set output "distplot.eps"
set style data linespoints
set title "Minimum Distance"
set xlabel "m"
set ylabel "toroidal minimum distance"
set logscale xy 2
plot "mindists.dat" using 1:2 title "Sobol'", "mindists.dat" using 1:3 lt 3 title "Larcher-Pillichshammer"
plot 'force.dat' using 1:($3-$2)
plot 'force.dat' using (3*$2):(sin($3+$1))
set multiplot
# common margins
set lmargin 10
set rmargin 2
# common y-range
set yrange [0:1.3e+9]
plot "values.dat" using 1:2 title "f1"
plot "values.dat" using 1:3 lt 3 title "f2"
...
clear
unset multiplot
convert(12345, binary);
convert(11000000111001, decimal, binary);