LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-22-2017, 04:43 AM   #1
typos
LQ Newbie
 
Registered: Apr 2017
Posts: 1

Rep: Reputation: Disabled
help need


image and device to make it. do then an a understand. to do folder a
I you use use to am to it file Also I make Please write difficult How
too dd a linux usb? dont newbie a to loop how of mount
 
Old 04-22-2017, 05:00 AM   #2
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by typos View Post
image and device to make it. do then an a understand. to do folder a
I you use use to am to it file Also I make Please write difficult How
too dd a linux usb? dont newbie a to loop how of mount
Hi, typos, and welcome to LQ.

I'm sorry to say but your question is very difficult to understand. Do you have someone who could help you with your English or could you try using an online translator?

Out of interest, what is your mother language?
 
Old 04-22-2017, 06:07 AM   #3
!!!
Member
 
Registered: Jan 2017
Location: Fremont, CA, USA
Distribution: Trying any&ALL on old/minimal
Posts: 997

Rep: Reputation: 382Reputation: 382Reputation: 382Reputation: 382
Hi and welcome. Sorry to see your difficulty with English. Here is an idea to try: Google some of the concept keywords in your question and post a few links that seem relevant, and copy&paste a small amount of the text related to your question. Post some of the commands you might try, and the people here will be happy to explain and advise. Good wishes.
 
Old 04-22-2017, 09:29 AM   #4
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by typos View Post
image and device to make it. do then an a understand. to do folder a
I you use use to am to it file Also I make Please write difficult How
too dd a linux usb? dont newbie a to loop how of mount
you want to loop a dd command to a USB Port?

USB Stick should auto mount then find the address for the stick
as Root user
Code:
blkid
now, just to do one dd command
Code:
dd if=source of=destanation
for a loop that is going to be very very tricky because you have to change out a USB Stick and now you have to do 'put and check wait states', and do an 'if device is present' before issuing another dd command to the USB Port.


12 Linux dd command examples

Linux and Unix mkdir command

15 Practical Examples of ‘cd’ Command in Linux

Last edited by BW-userx; 04-22-2017 at 09:37 AM.
 
1 members found this post helpful.
Old 04-22-2017, 03:46 PM   #5
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
Try this:
Code:
$ dd if=/home/user/isofile.iso of=/dev/sdb bs=2048
To mount the drive:
Code:
$ mount -o loop /dev/sdb /mnt/sdb
Where /dev/sdb is the USB drive and /mnt/sdb is a directory under the /mnt directory.
 
1 members found this post helpful.
Old 04-22-2017, 06:57 PM   #6
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Hi.

Some links if "translatable" in my signature...

have fun!
 
Old 04-23-2017, 08:55 AM   #7
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Member response

Hi,

Welcome to LQ!

Quote:
Originally Posted by typos View Post
image and device to make it. do then an a understand. to do folder a
I you use use to am to it file Also I make Please write difficult How
too dd a linux usb? dont newbie a to loop how of mount
I suggest that you can use; https://translate.google.com/

Enter in the text to translate your question(left pane/window) using your native language then select translate to English. Post that result to your post for LQ.

You can use http://www.linuxquestions.org/questi...#faq_lqwelcome to help you to form a post for LQ.

Hope this helps.
Have fun & enjoy!
 
Old 04-23-2017, 09:22 AM   #8
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Here's one: http://www.linuxquestions.org/questi...t-here-654375/
 
Old 04-24-2017, 06:12 AM   #9
dave@burn-it.co.uk
Member
 
Registered: Sep 2011
Distribution: Puppy
Posts: 601

Rep: Reputation: 172Reputation: 172
As suggested. Put your question into Google in your own language and it will translate it for you - or even ask here in your own language.

Last edited by dave@burn-it.co.uk; 04-24-2017 at 06:18 AM.
 
Old 04-24-2017, 06:14 AM   #10
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by dave@burn-it.co.uk View Post
As suggested. Put your question into Google in your own language and it will translate it for you - or even ask here in you own language.
It's an English-only forum, Dave. I'm sure the OP is capable of using Google Translate or some other means of translation.
 
Old 04-24-2017, 06:26 AM   #11
dave@burn-it.co.uk
Member
 
Registered: Sep 2011
Distribution: Puppy
Posts: 601

Rep: Reputation: 172Reputation: 172
There is nothing to stop him posting in his own language as well if it uses the latin alphabet - he could put it in quotes.
It would be helpful to both him and us in that anyone that uses the language can help with the translation, and the rest of us just might pick up a few words of a foreign language.
 
Old 04-24-2017, 06:32 AM   #12
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by dave@burn-it.co.uk View Post
There is nothing to stop him posting in his own language as well if it uses the latin alphabet - he could put it in quotes.
It would be helpful to both him and us in that anyone that uses the language can help with the translation, and the rest of us just might pick up a few words of a foreign language.
Ah right, so when you said "or even ask here in you own language", you meant "and also post the question here in your own language". I get it. Why the Latin alphabet restriction?
 
Old 04-24-2017, 06:38 AM   #13
dave@burn-it.co.uk
Member
 
Registered: Sep 2011
Distribution: Puppy
Posts: 601

Rep: Reputation: 172Reputation: 172
So the characters display correctly.
My machine struggles to display the Chinese etc. character set for example.
 
Old 04-24-2017, 06:40 AM   #14
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by dave@burn-it.co.uk View Post
So the characters display correctly.
My machine struggles to display the Chinese etc. character set for example.
Aye ok, but I'm sure it could cope with e.g. Cyrillic or Greek.
 
Old 04-24-2017, 06:50 AM   #15
dave@burn-it.co.uk
Member
 
Registered: Sep 2011
Distribution: Puppy
Posts: 601

Rep: Reputation: 172Reputation: 172
It would, but I would have to reconfigure Windows to cope each time. Don't forget that each extra charcter set you need to support effectively adds an extra copy of ALL of the OS since often the important text is displayed in Window titles and messages not just the "text" output.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:44 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration