
Originally Posted by
{LCD}STELIOS
I am running BT4 off Live DVD, which is great, but as I have only got 4 gig of RAM I struggle to use any files over 2 gigs.
I thought I could use my sda disks but when I direct an app' such as Aircrack to a storage medium I get no such file or dir' found. Is this me just being a newb or is this a limitation of the live DVD. ~Should have listhened and gone for the persistent USB option? As I have an 8 gig stick would I still have the same problem?
This is because you have not mounted the devices that you want. Live CD loads itself into RAM, using it as a storage. It is not using any hard drive or flash drive yet.
Code:
mkdir /device # Make directory to mount to.
fdisk -l #Lists devices
mount /dev/{device} /device
Don't type in the comments starting after the #. =P