Page 1 of 1

(SOLVED) seem to have misused mke2fs

PostPosted: Aug 3rd, '12, 11:50
by arminius
I placed
Code: Select all
mke2fs -c /dev/sbd1 -L externalbackup1.5 -t ext4
in terminal.
but the
Code: Select all
Filesystem label=externalbackup1.
came out that way, with the 5 missing.
is it a case of there only being so many characters allowed?

Re: seem to have misused mke2fs

PostPosted: Aug 3rd, '12, 12:02
by tom_
man mke2fs

-L new-volume-label
Set the volume label for the filesystem to new-volume-label. The maximum length of the volume label is 16 bytes.

so you choose a toooooooooo long name :)