View Single Post
Old 05-13-2014, 02:34 AM   #201
Gregg Bell
Gregg Bell
Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.
 
Gregg Bell's Avatar
 
Posts: 2,266
Karma: 3917598
Join Date: Jan 2013
Location: Itasca, Illinois
Device: Kindle Touch 7, Sony PRS300, Fire HD8 Tablet
Quote:
Originally Posted by DMcCunney View Post
As I suspected. Open Office/Libre Office are simply too big and resource intensive for low end gear.
You answered my question without me even asking! LO works fine on my two pcs but on the laptop (see screenshot for my laptop specs) the screen will just jump to another page while I'm typing. It's not a deal breaker. I don't lose any data. But it's not pleasant. It baffles me a little because on the same laptop I can run MSOfficeWord 2003 perfectly.

So, my question is: If I get a bigger laptop with more memory (And some of the ones on ebay are great because they don't have an OS installed.) will LO run smoothly on it?
______
Dennis[/QUOTE]

Quote:
Originally Posted by DMcCunney View Post
Dosfsck is the equivalent of the DOS/Windows CHKDSK program. (SCANDISK on Win9X.)

Backups are good ideas because flash drives, by default, come formatted as FAT16 (for drives <= 2GB) and FAT32 (for drives > 2GB). The FAT filesystem is understood by just about everything, but it's not terribly robust. In FAT, the smallest area of disk readable/writable in one operation is the cluster. How large a cluster is depends on disk size. Each cluster must have a unique address.

FAT16 uses 16 bit addressing, so there are 65,536 possible unique addresses. The largest cluster the FORMAT program can create is 32KB. This leads to a 2GB volume size limit for FAT16 volumes. FAT32 uses 32 bit addressing, so many more clusters (and much larger volumes) are possible.

The FAT table is where track is kept of what clusters on disk belong to what files. If the file system gets corrupted, that table has been partly trashed. Running CHKDSK or dosfsck fixes it, but FAT lacks the redundancy to let CHKDSK/dosfsck know what blocks used to belong to what files, so you are likely to have lots of "lost clusters". CHKDSK repairs file system by assigning the lost clusters to files with names like FILE0000.CHK, and putting them in a FOUND.000 directory. About all you can usually do is delete the FOUND.000 directory and it's contents, as the individual *.CHK files are unlikely to be complete or usable.

NTFS and extfs have more redundancy, and CHKDSK/fsck can generally repair the damage and put everything back where it's supposed to be. (The only time I had a problem on NTFS, a directory happened to be sitting on a bad block on disk. The contents had been properly recovered under the original file names, so it was just a matter of renaming the FOUND directory CHKDSK created to hold them.)

Bottom line, if the stuff on the flash drive is important, make sure you back it up regularly.)
Thanks for the education. Very interesting.
Quote:
Originally Posted by DMcCunney View Post
I use the default FF these in Ubuntu, and have never seen this issue, but themes are tricky things in Firefox on any platform. (I see complaints all the time about addons that don't work correctly with some themes.)
______
Dennis
Same as I wrote signum. I already have defaults installed.
Attached Thumbnails
Click image for larger version

Name:	LaptopSpecs.png
Views:	247
Size:	23.5 KB
ID:	122908  
Gregg Bell is offline   Reply With Quote