Fedora :: Short Filename Case Error On FAT/FAT32

Jun 15, 2010

I have some files and directories (some mixed case, and some all uppercase) that I have copied on a FAT32 USB stick, and when I load this on FC11 all the files and directories that have/are less then 8 characters (ie that fit into the 8.3 format) all go to lowercase.

View 1 Replies


ADVERTISEMENT

Programming :: Ext3 To FAT32 USB Drive Filename - Invalid Characters

Feb 13, 2011

I am using Debian Lenny 5.0.3 with a stock 2.6.26-2-amd64 kernel, and have a ~/Documents/HTMLS directory of 273.2MB (21590 files, 1063 sub-folders) which according to konqueror shows 1130 items - 572 files (60.8MB Total) - 558 folders, these were created by 'Save Page As' in Iceweasel 3.5.11. I am trying to copy the contents of this directory to a similar directory on a 2GB USB thumbdrive /dev/sdb1 which was partitioned and formatted as fat32 by Qparted. Problem is that the copying ceases after about 6 files transfer. I found that (as I am sure you know) the named.html files come with a matching named_files folder, and often there are what appear to be invalid characters such as '*','?',and ':' in the filenames in said named_files folders.

After exhaustive googling [I know we all say that] I found an instruction:
Code:
pax -rw -s '/[*?:]/_/gp' stuff /fat32/partition
that changes the name of the files, replacing said characters with '_', but whilst I can get pax from my repos, I really don't want to 'archive' the files - since I understand that pax was created to bridge a war between tar and cpio - because I want to be able to read the html files on an old (not connected to the Internet) WinXP tablet. So, I believe that I need to create a script, that scans all the filenames, greps and seds to replace said 'unacceptable' characters. I am assuming that Firefox on the Tablet PC will be able to open the htmls if I can get them onto the thumb drive. Are there any other known characters in filenames that M$ file systems can't handle?

View 1 Replies View Related

OpenSUSE :: Filename Case When Inserting A Camera Memory Card?

May 19, 2011

In short: the files in 11.2 of the memory card from my camera were lower case, and in 11.4 they are upper case. Thus, F-spot uploads all the photos again, and I get two copies of each, one low case (old), another upper case (new), without the comments or rotations that I had made. How can I make the system automount it again in lower case? I knew the proper options to do this manually in fstab, but not via udev or whatever it uses.

[Code]...

View 9 Replies View Related

Fedora :: Error Saving The Document <filename>: Write Error. The File Could Not Be Written

Jun 5, 2010

I open an ODS file and edit it and save, fine. But sometimes and for no readily apparent reason it refuses to save the document with the error message:"Error saving the document <filename>: Write error. The file could not be written". I have upgraded my version of OpenOffice but the issue remains. Once it starts with that error the only way to save the file is to actually abandon my change and restart OOffice. Today I lost an hours stuff as the auto save was also failing but not giving me any warning it was failing. I'm not sure if this is an OpenOffice, file system, Fedora or permissions issue though I've not noticed anything similar with other applications. Have set permissions to 777 but still get the error.

View 3 Replies View Related

Ubuntu :: Error - Set A Valid User Name Consisting Of A Lower Case Letter Followed By Lower Case Letters And Numbers

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

Programming :: Perl Switch Statement Throwing Error Like Bad Case Statement (invalid Case Value)?

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

Fedora :: Error 1: Filename Must Be Either An Absolute Pathname Or Blocklist

Jul 26, 2009

I get the following error when I try to boot vista thru grub. This is what I did, Got a new Hard drive installed it. Configured the bios to look at the new hard drive first. after installing vista on the new hard drive I switched the boot order and added the lines for vista(last 3 lines) in /boot/grub/grub.conf. I get the following the following error.I have to change the bios everytime i have to boot vista.

error 1: Filename must be either an absolute pathname or blocklist
#boot=/dev/sda
default=0
timeout=15
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.29.6-213.fc11.x86_64)

[Code]...

View 3 Replies View Related

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 View Related

General :: Set A Pattern That Will Output A Filename Equal To The Original Filename In SoundConverter?

Jan 23, 2011

$ uname -a
Linux a 2.6.35.10-74.fc14.i686.PAE #1 SMP Thu Dec 23 16:10:47 UTC 2010 i686 i686 i386 GNU/Linux
$ lsb_release -a
LSB Version: :core-4.0-ia32:core-4.0-noarch

[Code].....

How can I set a pattern that will output a filename equal to the original filename? E.g.

something.mp3 → something.ogg

And why isn't this implemented in SoundConverter?

PS: {Filename} doesn't work.

View 1 Replies View Related

Ubuntu :: Password Is Too Short Error

Jun 27, 2011

I have been trying to change my password on this install to a simple 2 character alpha.

I tried using the "users and groups" menu and got the error "password is too short" that also tells me that I need more that 5 characters.
After searching for a bit I found the passwd <username> command to be used in the recovery mode. I got a similar massage there too.

upon doing a fresh install I am able to initially set a simple password to do what I want, but after changing to a more secure password I have not yet found a way to get back to where I want to be. I really don't want to burn this down do yet another install.

yes, I know the system is trying to protect me from myself but that is off the point.

View 2 Replies View Related

General :: Shell - What's The Difference Between Filename And ./filename

Apr 23, 2010

What is the difference between filename and ./filename? Under what circumstances is one preferred to the other?

View 5 Replies View Related

Server :: Split A Filename Into Its Filename And Extension?

Apr 6, 2010

I need to split a filename into its filename and extension, so I can append a datestamp to the filename. I'm using bash.

View 8 Replies View Related

CentOS 5 Hardware :: How To Compile Filename.c Into Filename.o

Nov 20, 2009

I've installed ethernet adapter, it is made in china from a manufacturer called FOX. The driver for that adapter is supported for sco linux kernel version 2.4.x and 2.5.x .However, I'm using Centos5 but the OS didn't recognize the adapter alone, so I'm trying to follo instructions on the driver on the attached CD.

The CD contains file named "SC92031.c", the instructions tell me to do the following "Compile the driver source files and it will generate sc92031.o"

View 8 Replies View Related

Software :: Does Fwrite Retry In Case Of Error

Feb 8, 2010

I'm using fwrite to write into a file stored in a normal USB flash drive. My question is: if for example a sector is damaged, does fwrite try with another one before getting me a result? If not, If I recall fwrite, will it try with a different one or with the same?

View 3 Replies View Related

General :: Cp: Reading `filename': Input/output Error?

Feb 18, 2010

I wish to know what could be the possible cases for this error:cp: reading `filename': Input/output errorI am getting this message when I am trying to copy a big file of around 50MB.

View 2 Replies View Related

Ubuntu :: GTK File Chooser Sometimes Return Error Filename

Sep 29, 2010

GTK file chooser sometimes return error filename.

eg:

When i use GTK file choose dialog, select C.xml. it return B.pdf. when B.pdf, i got A.jpg.

Seems file node reduce 1?

And in my perl script, use an filechooserbutton, i always got this trouble now.

2.6.32-25-generic, but seems not business with kernel. i always upgrade to newest 10.04.

View 2 Replies View Related

Software :: Difference Between <filename>.rpm And <filename>.src.rpm?

Nov 22, 2010

what is the difference between <filename>.rpm and <filename>.src.rpm?

View 2 Replies View Related

Debian :: Crontab Records - Send Notifications Only In Case Of Some Error

Feb 23, 2016

I got some crontab records and everything works fine. I installed mail server recently and all cron notifications started to come into my inbox. I'd like to receive only notifications about cron errors. I would rather not filter all notifications off.

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.4 LTS
Release: 14.04
Codename: trusty

View 1 Replies View Related

Programming :: Convert A Dynamic Library (filename.so) To A Static Library (filename.a)?

Nov 18, 2009

How can we convert a dynamic library (filename.so) to a static library (filename.a) using gnu gcc . Can we get a static library form a dynamic library . I saw a few post in which the conversion form a static library to a dynamic library is mentioned but, unfortunately, not the other way.

View 4 Replies View Related

Fedora :: Short Cut To Desktop For Jdownloader

Sep 5, 2011

kindly help me how to create short cut to desktop for jdownloader in fedora 15

View 1 Replies View Related

Fedora Installation :: How To Change Language Via Short-key?

Oct 29, 2009

how can i type persian in fedora 11? and how can i change the language via short-key?

View 2 Replies View Related

Fedora :: Formatting SD Cards (to FAT32)

Mar 9, 2010

What's the easiest way of formatting SD cards to FAT32 in Fedora linux?

Also, I'm having trouble when I try to unmount the volume of a SD card, there's 0.8 GB being used that I expect to be cleared when I choose to 'empty trash', everytime I select 'unmount volume' the SD card window just shuts down instead of clearing that space.

View 2 Replies View Related

Fedora Networking :: UDP Short Packet - 5 Messages Suppressed

Mar 24, 2011

I have written the Client-Server program to test my ethernet by using UDP protocol.
Server IP : 192.168.0.254
Client IP : 192.168.0.1
While Running the program I am getting some printk messages on Server machine.

What is the meaning of following statement that I am getting from debug statements
( /var/log/messages )
UDP: short packet: From 192.168.0.1:43898 418/416 to 192.168.0.254:7000
printk: 5 messages suppressed.
UDP: short packet: From 192.168.0.1:43898 556/553 to 192.168.0.254:7000
printk: 4 messages suppressed.

Only printk messages are printing in my Server console ( IP : 192.168.0.254 ).
printk: 5 messages suppressed.
printk: 5 messages suppressed.
printk: 4 messages suppressed.
printk: 2 messages suppressed.
printk: 4 messages suppressed.

View 2 Replies View Related

Programming :: CURL In Bash - Error "Upload Is Disabled During Short Maintenance Work (ETA 10 Minutes). Brb"

Mar 7, 2010

i'm trying to write a bash script to upload an image to [URL], but i can't get i working properly. Everytime i try, the html returns me a error saying "Upload is disabled during short maintenance work (ETA 10 minutes). Brb!", while from the browser everything works fine. This is my current command line:

Code: curl -L -b cookie-pix.txt -c newcookie.txt www.pixhost.org/cover-upload -A "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)" -F 0=@/home/admin/Desktop/karm.jpg -F content_type=0 -F press=Upload And this is the html of the form:

[Code]....

View 1 Replies View Related

General :: Format USBs To FAT32 In Fedora?

May 31, 2011

I converted one of my old iPod touches into a external harddrive, and i wouldnt mind a small tuorial on how to format my Ipod(USB) to FAT32? I'm on a netbook, and i want to delete Fedora and install BAckTrack instead. and without a CD/DVD drive or really much free money, i gotta use my iPod to do this.

View 8 Replies View Related

Fedora :: Sort Is No Longer Case Sensitive?

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

Fedora Hardware :: F12 Boot Fails - Short Block Read

Jun 11, 2010

My F12 installation, which was installed on an HP tx2500z laptop and has been operating relatively well since January, now fails to boot after a frozen screen precipitated a forced shutdown. On reboot, I was dropped into a shell with the error message "Error reading block 1546 (Attempt to read block from file system resulted in a short read) while getting next inode from scan." recommending to run fsck manually. During the fsck run, after a substantial number of Pass 1 inode count corrections, the "Error reading block" message reappeared, with the question "Ignore error<y>" to which I answered "y".

fsck responded with "Force rewrite<y>". Since I did not know what would be written here, I said "no". I then forced shutdown, rebooted into Windows, and searched for further guidance. One suggestion was to run fsck -y on the affected partition. My laptop drive has four partitions, the first two being allocated to Windows and an HP supplied repair partition. sda3 is a tiny boot partition (100 MB), and sda4/5 is the LVM remainder.

fsck -y /dev/sda3 told me the boot partition was fine.
fsck -y /dev/sda4 stopped immediately and asked "Could this be a zero-length file partition?". Given the ext3 structure, I suppose the correct answer is yes.
fsck -y /dev/sda5 told me fsck.LVM2_Member: not found.

Following this, I then attempted again to reboot, and ran fsck without options. Once again, during Pass 1, Block 1546 exhibited the short read error, again asking about a rewrite - which I once again answered no. Pass 1 completed with another substantial number of inode count corrections, and Pass 2 started - immediately generating the message:

'passwd' in /etc/pam.d (65556) has deleted/unused node 7831. Clear<y>

After some hesitancy, I said "yes", and of course a second similar message appeared. I was brave enough to answer "yes" six more times, with the first two referring to /etc/pam.d inodes, and the next four referring to /etc/security/console.apps inodes. The eighth message, also similar, referred to inodes elsewhere - but by now I did not dare to continue and forced shutdown. Is this repairable, and if so, how?

View 10 Replies View Related

Fedora :: Delete Directory With ??? Characters In Filename?

Jun 6, 2010

I have downloaded torrent from some chinese tracker. It has ???? and some other symbol charaters in directory name. How to delete that file and directory?

View 5 Replies View Related

Fedora :: Merged Two FAT32 Partitions - Grub Broken?

Sep 14, 2009

I have 2 fat32 partitions that I use for things that I share between windows and fedora
I decided to merge them into one partition so I did this with cfdisk by deleting them creating and creating 1 large fat32 partition with the free space. When I boot my machine I am presented with:
grub>
I used the fedora cd to "rescue a broken system" and everything seems fine? I didn't touch any partition besides my extra fat32 partitions and my /boot partition is bootable. How do I tell this minimalistic grub to use my normal grub.conf?

View 2 Replies View Related

Fedora Installation :: Install Grub On Fat32 Filesystem?

Dec 21, 2009

I have used ubuntu distribution in wich i can install grub on a fat32 Filesystem. Can i install Grub on a fat32 filesystem with Fedora 12?

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved