Search found 3 matches
- Fri Oct 18, 2024 11:15 pm
- Forum: General support
- Topic: Issues with dd
- Replies: 1
- Views: 630
Issues with dd
Greetings, I am trying to use dd to make a startup usb disk of another operating system. I used the following command: dd if=/home/ghost/Downloads/Zorin-OS-17.2-Core-64-bit.iso of=/media/da2 bs=1m I am getting an error stating "dd: /media/da2p1: Is a directory". I am not sure how to procee...
- Mon Sep 30, 2024 10:58 pm
- Forum: General support
- Topic: Error using "find" command
- Replies: 2
- Views: 578
Re: Error using "find" command
Thank you, ericbsd, I will look at the link you posted.
Best regards.
Best regards.
- Sun Sep 29, 2024 2:18 pm
- Forum: General support
- Topic: Error using "find" command
- Replies: 2
- Views: 578
Error using "find" command
Greetings, I am trying to use the following command to find and copy all my photos from an external hard drive to the Pictures directory. find /media/da2s1/ -name "*.jpg" | xargs cp -t /home/ghost/Pictures/ The terminal is returning the following error: cp: illegal option -- t usage: cp [-...