knoppix5.1-usb help ? Hi all ,
I am using knoppix5.1 livecd on usb ( sda1 )... it is working fine ...
i connected the another external USB stick to my system and it is recognised as sdb1
and i manually mounted as below
sudo mount /dev/sdb1 /mnt/USB ( i created directory USB )
it is giving read and write permission for root its fine for me
My Problem is
when i use below command to save or write in the path i mounted the another usb /mnt/USB it is not saving or writing
xawtv-remote snap jpeg win /mnt/USB/image.jpeg
or
sudo xawtv-remote snap jpeg win /mnt/USB/image.jpeg
i want to use this command and image.jpeg must store in that path only /mnt/USB/
why it is not saving in that path or writing in that path ?
i tried in /home/knoppix/USB also....etc |