You can dump and restore a filesystem in one shot using the pipe with one commandline:
dump -0 -b 512 -f - / | restore -r -b 512 -f -
Filesystemdump and restore a filesystem in one shotYou can dump and restore a filesystem in one shot using the pipe with one commandline:
nofail option in /et/fstabYou can specify even external USB disk drives or samba shares in /etc/fstab. Nevertheless you have to take care to specify the proper options because if the partition is not available duing boot the system will boot to rescue mode and you need to remove the filesystem from /etc/fstab.
Specify directory with spaces in /etc/fstabIf you want to add a filesystem to mount in /etc/fstab you need to use the octal ASCII value which is \040. In my case I have created a separate filesystem for VMware virtual machines:
Wrong keyboard layout when entering boot crypto passwordThere is a bug in Fedora 10 when setting up encrypted filesystem which is pretty annoying if you have a non-US keyboard layout and use special characters as keyphrase:
Change password for encrypted filesystemIf you have created encrypted partitions using cryptsetup you might change the password from time to time. Check which key slot is occupied (probably slot 0 if you have never done this)
|
User login |
Recent comments
2 years 35 weeks ago
2 years 45 weeks ago
2 years 45 weeks ago
2 years 45 weeks ago
2 years 45 weeks ago
2 years 47 weeks ago