romeo_8693
"The RaCaLaNGeL"©
i installed dsl on my pen drive.the problem is i cant mount my hard disk wic has one ext3 file sys and another ntfs.i want to know how can i mount both these drives wen i boot thru pen drive in dsl.
sudo mkdir /mnt/windows /mnt/linux
sudo mount -t ext3 /dev/hda3 /mnt/linux
sudo mount -t ntfs /dev/hda1 /mnt/windows
sudo fdisk -l