Mount second harddrive
From FVue
Problem
I want to mount a second harddrive. The harddrive contains my old SuSE configuration, formatted with ReiserFs. The harddrive is connected as slave to the primary IDE connector.
Solution
mkdir /mnt/hdb sudo mount -r -t reiserfs /dev/hdb2 /mnt/hdb
Advertisement