hi everyone,
i will try to explain my problem here.
i am somewhat new to linux but usually i find my way arround issues and often i find solutions but this time i am stuck. i am using linux backtrack4 distro live cd wich is based on ubuntu. it runs on the memory so i dont have alot of space to save files. what i am trying to do is write a certain file on a partition and it wont want to. first i created a partition using a utility in linux of about 70gb and i am trying to tell to the airodump app to write the file on that partition. the partition is /hda2. i am following a tutotial and it says to write this:
Quote:
|
airodump-ng wlan0 -w /mnt/hda2/a
|
"a" is for my .csv file
so basically it is supposed to write the file "a" on the partition /hda2
but i got this message:
Quote:
fopen failed: no such file or directory
could not create "mnt/hda2/a-01.csv"
|
i tried several combinations but every time i get this message
what am i doing wrong here?
thx