Home » linux
I just installed Slackware Linux 1337 and the network card does not show up even though it was configured on setup. I looked around restarted the network and nothing worked. After trying to figure it out I googled around for slackware 8139too wont start and some other phrases. I found someone saying it was the blacklist file. Sure enough I look in /etc/modprobe.d/blacklist.conf and there is blacklist 8139cp I comment it out #blacklist 8139cp Then I reboot and it works. Linux admi ...more
list drives by typing fdisk -l create a primary partition and make it Linux Raid Auto partition for each drive. fd = Linux raid auto fdisk /dev/sdb 1. type n for new n 2. type p for primary p 2. 1 for first partition 1 3. T for type t 4. fd for Linux Raid Auto fd 5. do this for all the drives you want to include. 6. fdisk /dev/sdc then follow the steps above 7. fdisk /dev/sdd then follow steps above. Create the raid0 partition (Raid0 is no redundancy but adds the space ...more