X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml_tips;h=1ed3439d807a10a474f5b9814d17a106d76df422;hb=0af15bf28002df1377b5e2a0c648efe7893157b4;hp=de47abc5eb13d4f42af8af09f5d14c8e24f9f990;hpb=3a626889882f781fbdc0d5085a679d79cd8865b5;p=grml-tips.git diff --git a/grml_tips b/grml_tips index de47abc..1ed3439 100644 --- a/grml_tips +++ b/grml_tips @@ -2099,6 +2099,30 @@ reiserfs without vol_id: reiser4 without vol_id: # debugfs.reiser4 /dev/sda1 | grep label -- +Change a FS-LABEL: + +swap: +# mkswap -L $LABEL /dev/sda1 + +ext2/ext3: +# e2label /dev/sda1 $LABEL + +reiserfs: +# reiserfstune -l $LABEL /dev/sda1 + +jfs: +# jfs_tune -L $LABEL /dev/sda1 + +xfs: +# xfs_admin -L $LABEL /dev/sda1 + +fat/vfat: +# echo 'drive i: file="/dev/sda1"' >> ~/.mtoolsrc +# mlabel -s i:$LABEL + +ntfs: +# ntfslabel /dev/sda1 /dev/sda1 +-- Disable pdiffs feature of APT: Permanent: