To start off:
man mount
man fdisk
Show what disks are available and what's mounted:
fdisk -l
mount
hi all
on live cd backtrack 1,2,3, I can easy access to my files. but on backtrack 4 is bit difference, I can't see my hard disk is installed, even my usb-stick is not working.
can some one please help me to fix this
thanks![]()
To start off:
man mount
man fdisk
Show what disks are available and what's mounted:
fdisk -l
mount
This command will show disk partitions recognised by the system:
Then you just need to create a mount point and use the mount command to mount the partition.Code:cat /proc/partitions
Capitalisation is important. It's the difference between "Helping your brother Jack off a horse" and "Helping your brother jack off a horse".
The Forum Rules, Forum FAQ and the BackTrack Wiki... learn them, love them, live them.
All your attached devices (hard-disks, usb-sticks) should also show up in Konqueror - Storage Media. Click F5 to refresh the page!