LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   help need (https://www.linuxquestions.org/questions/linux-newbie-8/help-need-4175604384/)

hydrurga 04-24-2017 06:58 AM

Quote:

Originally Posted by dave@burn-it.co.uk (Post 5701407)
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.

Just to read characters on a web page through your browser? Seriously?

Δεν το νομίζω.

linux-man 04-24-2017 07:03 AM

Quote:

Originally Posted by AwesomeMachine (Post 5700778)
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.

sdb is always USB? What happens 2 USB in the computer, what would the second one be called sdb1 as the first is called sdb?

onebuck 04-24-2017 07:04 AM

Moderator response
 
Quote:

Originally Posted by dave@burn-it.co.uk (Post 5701392)
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.

LQ Rules
Quote:

All member-created content should be in English. This allows our moderators to ensure all content complies with all LQ rules. In addition, we recommend you avoid sms/l33t speak in the technical fora. Avoiding sms/l33t speak will improve question clarity and increase the chance of receiving a helpful response.

jsbjsb001 04-24-2017 07:13 AM

Quote:

Originally Posted by linux-man (Post 5701415)
sdb is always USB? What happens 2 USB in the computer, what would the second one be called sdb1 as the first is called sdb?

No, it depends what the kernel "see's" first.


All times are GMT -5. The time now is 09:16 AM.