Talk:Install/Prepare Disk

From Funtoo
Revision as of 02:01, December 4, 2020 by Pnoecker (talk | contribs) (hda and sdc are known working nvme needs testing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

first rule of funtoo is funtoo rules

ide drive 3

root # echo 'KERNEL=="hdc*", SYMLINK+="funtoo%n"' > /etc/udev/rules.d/01-funtoo.rules
root # rc-service udev restart

sata drive 3

root # echo 'KERNEL=="sdc*", SYMLINK+="funtoo%n"' > /etc/udev/rules.d/01-funtoo.rules
root # rc-service udev restart

nvme *needs testing & fixing for the p number stuff

root # echo 'KERNEL=="nvme1n1*", SYMLINK+="funtoo%n"' > /etc/udev/rules.d/01-funtoo.rules
root # rc-service udev restart

cgdisk /dev/funtoo mount /dev/funtoo3 mount /dev/funtoo1