Slackware :: Mkisofs -iso-level 1 Converts To Lower Case Instead Of Upper Case?
Oct 28, 2010
Kernel 2.6, Slackware 12.0
mkisofs 2.01
I do 'mkisofs -iso-level 1 -o image John Smith.txt'. Only an example. When I mount image, ls outputs john_smi.txt. So it has shorten to 8.3 and translated ' ' into '_'. This is in accordance with the manual, although it doesn't say the conversion will be done.
Quote:
-iso-level level
.........................
With all iso9660 levels from 1..3, all filenames are restricted to upper case letters, numbers and the underscore (_).
...........................
However, as it did not reject the file name, it should have converted it to all upper case, it seems to me. And -iso-level 2|3 does the same thing.
Code:
root@darkstar:~# mkisofs -iso-level 1 -o image John Smith.txt
Total translation table size: 0
Total rockridge attributes bytes: 0
Total directory bytes: 0
[code]....
View 5 Replies
ADVERTISEMENT
Mar 12, 2010
I tried to add my wife , and when I put in a password for her, this error comes up."Please set a valid user name consisting of a lower case letter followed by lower case letters and numbers." I did all that and I still can't set a password for her.
View 3 Replies
View Related
Oct 25, 2010
Its really annoying I don't have a monitor I just use VNC and putty to control my computer and when ever I vnc in and hit d all the windows minimize I tried deleting everything under .gnome2,.nautilus,.gconf and nothing. I love Ubuntu but this upgrade has been nothing but problems. I did a complete reformat and its a huge pita. its problem after problem never had this with 10.04
View 8 Replies
View Related
Nov 12, 2010
Kernel 2.6.21.5, Slackware 12.0 bash 3.1. I have several times tried to log into my linux box and have seen the password prompt written in upper case chars. Can this be caused by something located on the other side of my connexion? Or by malignous software resident in my hard disk?
View 2 Replies
View Related
Jun 9, 2011
There's got to be an easy way to do this and I can't find it: I have 50 files with the extension .JPG. I want to change the extensions into lower case with one command.
View 7 Replies
View Related
Nov 28, 2010
I have a file like below. For all the lines (except for the ones listed as 'Unknown Owner' and N/A') I would like to change to lower case and concatenate the first and last names.Before:
Code:
aaa.bbb.ccc.ddd,Unknown Owner
ddd.eee.fff.ggg,N/A
hhh.iii.jjj.kkk,John Doe
aaa.bbb.ccc.ddd,Mary Jane
[Code]...
View 4 Replies
View Related
Mar 14, 2009
Since yesterday I have been having a strange and fairly aggravating keyboard problem. For some reason I am sometimes unable to type upper-case characters. My shift key doesn't behave normally. If I type shift-C, for example, nothing happens; if I try it several times, sometimes the character will eventually appear, sometimes preceded by a ) character. What's worse, some key combinations, such as shift-I, kill the brightness on the screen. After this happens a couple of times, the mouse freezes, and only a reboot will restore it. This does not seem to be remedied by logging out of the session (either gnome or KDE) and into another session. The problem seems to affect both desktop environments.
This problem seems to be intermittent. For example, it seems to be working normally now, but about five minutes ago GNOME gave me a bug reporting window on boot and informed me that the keyboard-switcher panel applet had crashed. I have tried exciting to a console with ctrl-alt-F1 while my keyboard is behaving in this way, and have found that my keyboard does not work correctly in the console either.
I would normally use several keyboard layouts as I need to write in several languages, but I have turned them all off and reset the keyboard control panels to defaults in both environments, and I am still experiencing the problem.
[Code]..
View 9 Replies
View Related
Apr 1, 2011
Using 10.04 and x11vnc I'm finding that upper case characters are being sent as lower case. I've tried multiple keyboard configurations with no success
View 1 Replies
View Related
Mar 14, 2011
I am facing one problem, whenever I login to my Linux machine with caps lock key on i.e. ROOT inspite of root (password in lower case letter), I am able to login and after that all letters comes in upper case letter only.
View 5 Replies
View Related
Jan 1, 2010
I downloaded a source code package for an old multi-platform game. unfortunately, the author, when he created the .zip archive of the source code, zipped it in DOS, and so all of the file names are in all caps. when i run the configure script, it errors out, not being able to find any of the files (which originally were in lower case.
so, other than the extremely tedious process of renaming each file, one by one, is there any way to fix this so it will build properly? this game was written in 1996, so i don't think i'm the first person to bump into this problem.
View 6 Replies
View Related
Oct 6, 2010
I've written a simple perl code to learn switches in perl.My code is pasted below,
#!/usr/bin/perl
$opt = 1;
switch($opt) {
[code]...
View 3 Replies
View Related
Feb 19, 2010
How you disable it? it makes no sense you have to type all those non capital and capital letters just to access a directory correctly.
in windows you just type the name and it detects whatever you type capital or not...
View 3 Replies
View Related
May 17, 2010
For some reason when I restarted my computer today, I see the desktop but my panels are missing. What should I do? I am running Xubuntu 10.04
View 9 Replies
View Related
Jan 3, 2010
I upgraded ubuntu to latest 9.10 version....after that the upper and bottom menu option are disppared and I am not able to right click to add panel...I serached so many post here but nothing worked for me it is really bad experience for me
I reinstalled gnome-panel but still the problem persists......I tried all options gnome-panel --help commands nothing works for me....I tried to boot in recovery mode also and terminal I am able to access execute commands.....but upper and lower panel are empty and I can not add any new stuff to them
View 5 Replies
View Related
May 27, 2011
I cannot find as to govern upper and lower panels on the desktop
View 3 Replies
View Related
Jan 22, 2010
I do have one question about the latest Ubuntu server edition 9.10. Currently I am using 8.04 on a server at home and have nothing but great things to say about it.
With that being said, what would be the use case for an average joe like me to harness the new capabilities in 9.10, more specifically in regards to the new EC2 features?
I am a web designer and video geek...I was wondering if this would take some of the workload off my Macs. For example video rendering, etc. Should I uprgrade and try this out?
View 1 Replies
View Related
Sep 17, 2010
I know this is a rather odd question, but like in the old days you can get one drive bay desktop cases.
View 4 Replies
View Related
Mar 30, 2011
This is probably a simple question but I really don't know!How do you measure a case fan to know it's true deminsions whe one is talking about them or whatever?For an example lets use an 80 mm fan, is it measured from the "Frame" size witch is the total size of the fan or what?
View 14 Replies
View Related
May 14, 2010
As you know that GNU-C provides qsort() function in <cstdlib> in this prototype
Code:
You may know about Selection Sort Algorithm already, I want to write a function to perform Selection Sort but it can apply generally for many type: int, long, float, double... like qsort() above.
View 14 Replies
View Related
Aug 20, 2010
The sort utility in Ubuntu 10.04 (Lucid) always sort by case-insensitive, just like if you specify --ignore-case to it. The two sort just give the same result:
[Code]....
But sometimes I want to sort by case-sensitive, so the upper-case letters come first, then lower-case letter.
View 2 Replies
View Related
Feb 16, 2010
I have a My book usb drive that in the provious install would show up with a My book icon as a "drive" on my desk top, in PLaces it shows as a blank icon.. for some reason the icon does not appear on my desktop, like normal, examples plug in ipod, ipod icon shows up, usb mini drive, that shows up?Also this could be related .. but my Pidgen icon on the tack bar does not show anymore... it used to be that I opened it and a little green icon sat by the clock?
View 1 Replies
View Related
Nov 15, 2010
I recently upgraded my HDD to 160 GB ..I actually wanted to exchange the old HDD (40GB) and adjust with the price of the new one..The comp service guy said that the internal HDD could be used as a USB disk if I purchase a CASE for this..I bought a case thro which I attached the old IDE HDD... The LED is on when I connect (The USB cable had 2 leads which I had to connect it in 2 USB slots- Direct in my cabinet (not thru Hub),,, Ubuntu 10.04 is recognizing the disk in "System Info" as "USB - Generic HDD"...But that's it, I am not able to run Gparted or anything...Even in win7 , it said "Installing software for devices" and later on nothing happens...This is not shown in File Manager I would like to know how to format and make it usable..
Also , since HDDs involve some amount of power , is it wise to connect it to another computer, I mean there wont be an overload or spike or something like that?? We have 220 Volt electricity in my country... Aso logically speaking there has to be a limit I mean, you cant keep "chain loading" multiple HDD through USB Hubs ,right!!
View 5 Replies
View Related
Dec 14, 2010
i am trying to set up a couple of pages in some special directories URL...but i need it that if they type URL... for them also to go to the site and not to a 404
View 2 Replies
View Related
Jul 9, 2011
GNU assembler 2.17 (invoked as 'as').
Is there a way of setting no case sensitivity in as?
View 3 Replies
View Related
Feb 8, 2011
I downlod the fedora13 and when i open my pc a message come gnu grub version 0.97 [639k lower /1038848k upper memory).bash -like line editing is supporter.for the first word ,tab lists possible command copletions.anywhere else tab lists the possible comletions of a device/filname.)what is that command i have to give?iredd aboute grub, what grub whants for me?
View 8 Replies
View Related
Nov 30, 2010
I've observed that if I copy a directory containing some files to an USB stick, files whose names are all upper-case are copied with all lowercase names. Is this expected behavior? The USB stick is shared with a Windows box.
View 13 Replies
View Related
Dec 16, 2009
I recently upgraded to Fedora release 12 (Constantine) and noticed that sort is no longer case insensitive.
echo -e "ba
a
A" | sort
a
A
ba
I think it should be:
a
ba
A
The -f flag does not change anything. I have sort (GNU coreutils) 7.6.
View 4 Replies
View Related
Jul 8, 2010
how to configure openSuSE 11.1 to automatically power off when I push the power button on the case? I have no monitor, so I need the system to power off normally when I push that button.
View 8 Replies
View Related
Sep 19, 2010
As above can I turn Case Sensitivity off for terminal in linux?
View 3 Replies
View Related
Jan 26, 2010
how I can use the mv command to move a file that matches *.ext regardless of the case?
I would like to be able to move:
*.ext
*.EXT
*.ExT
....and so on with a single command. I do not want to have to type out all combinations of this single file extension in my script because my file system is case sensitive.
View 9 Replies
View Related