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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
04-22-2017, 05:43 AM
|
#1
|
LQ Newbie
Registered: Apr 2017
Posts: 1
Rep:
|
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
|
|
|
04-22-2017, 06:00 AM
|
#2
|
LQ Guru
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
|
Quote:
Originally Posted by typos
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?
|
|
|
04-22-2017, 07:07 AM
|
#3
|
Member
Registered: Jan 2017
Location: Fremont, CA, USA
Distribution: Trying any&ALL on old/minimal
Posts: 997
|
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.
|
|
|
04-22-2017, 10:29 AM
|
#4
|
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
|
Quote:
Originally Posted by typos
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
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 10:37 AM.
|
|
1 members found this post helpful.
|
04-22-2017, 04:46 PM
|
#5
|
LQ Guru
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524
|
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.
|
04-22-2017, 07:57 PM
|
#6
|
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
|
Hi.
Some links if "translatable" in my signature...
have fun!
|
|
|
04-23-2017, 09:55 AM
|
#7
|
Moderator
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,961
|
Member response
Hi,
Welcome to LQ!
Quote:
Originally Posted by typos
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!
|
|
|
04-23-2017, 10:22 AM
|
#8
|
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
|
|
|
|
04-24-2017, 07:12 AM
|
#9
|
Member
Registered: Sep 2011
Distribution: Puppy
Posts: 601
Rep:
|
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 07:18 AM.
|
|
|
04-24-2017, 07:14 AM
|
#10
|
LQ Guru
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
|
Quote:
Originally Posted by dave@burn-it.co.uk
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.
|
|
|
04-24-2017, 07:26 AM
|
#11
|
Member
Registered: Sep 2011
Distribution: Puppy
Posts: 601
Rep:
|
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.
|
|
|
04-24-2017, 07:32 AM
|
#12
|
LQ Guru
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
|
Quote:
Originally Posted by dave@burn-it.co.uk
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?
|
|
|
04-24-2017, 07:38 AM
|
#13
|
Member
Registered: Sep 2011
Distribution: Puppy
Posts: 601
Rep:
|
So the characters display correctly.
My machine struggles to display the Chinese etc. character set for example.
|
|
|
04-24-2017, 07:40 AM
|
#14
|
LQ Guru
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
|
Quote:
Originally Posted by dave@burn-it.co.uk
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.
|
|
|
04-24-2017, 07:50 AM
|
#15
|
Member
Registered: Sep 2011
Distribution: Puppy
Posts: 601
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 03:31 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|