I already got it installed on my main computer.
One funny thing is that I am unable to access my data on my flash drive, on both Slackware and Arch! But it did work with Arch on the other computer I tried installing Arch on, though.
I execute the command:
Code:
$ su
Password:
# cd /media/fl
# mount /dev/sdb1 .
# ls # No Output!
# umount .
# umount .
umount: .: not mounted # first worked but now failed, so it must have been mounted. But where's the data?
Note that the first umount did not give an error, so it was mounted. But the data is nowhere to be seen! I wonder what's wrong?
EDIT:
My hard drive is /dev/sda, with 2 partitions: root (dev/sda1) and swap (/dev/sda2).