![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#271
|
|||
|
|||
|
On Mon, 29 Nov 2010 09:21:14 +0000, Jim Lesurf wrote:
In article om, sqool wrote: On Sun, 28 Nov 2010 16:37:27 +0000, Andy Champ wrote: "but this ignores the fact that the stylus will have to move from the very end of the platter to the very beginning in order to read this file." And as most Linux users tend to have their installation divided into partitions, such as /home, /var, /usr, /temp, /boot, etc that part would be irrelevant. I do wonder if that is true these days for "most". Well to qualify that, I'll say the Linux users that I know & those in the local LUG. I have seen too, many linux users online who advocate partitioning the drive as above, or similar. I for one haven't really (yet) bothered with that for my fairly simple home uses. But I've never been particularly concerned by using discs that aren't 'defragged' since RO systems don't bother with that either! :-) I've always had at least a /home partition, so that when I want to either change a distro or do an upgrade, my personal data isn't disturbed. I occasionally run 'fsck' too, to check the filesystem. I also wonder what relevance this may have if we drift to using solid state HDs. Both of my new machines do so. Not conventional 'spinning disc' HDs at all in normal use. Given what is said about such discs having a finite write history perhaps defragging is a bad idea for them? Well as far as defragging goes, it's not need in Linux so that issue doesn't arise. Dunno about Windows though, I suppose defragging could be detrimental to the SSD. However to extend the life of an SSD in Linux, you can use the ext4 filesystem, but turn off the journaling function. You could also enable TRIM support, but you'd need a kernel that supports it. uname -a will give you your kernel version, & if it's 2.6.33 or higher then your kernel will support TRIM. There's a lot on here about it. http://cptl.org/wp/index.php/2010/03...ives-in-linux/ -- openSUSE 11.3 (64-bit) Kubuntu 10.04 (64-bit) Mandriva 2010 (64-bit) Debian 5.06 (64-bit) |
|
#272
|
|||
|
|||
|
In article om, sqool
wrote: On Mon, 29 Nov 2010 09:21:14 +0000, Jim Lesurf wrote: In article om, sqool wrote: And as most Linux users tend to have their installation divided into partitions, such as /home, /var, /usr, /temp, /boot, etc that part would be irrelevant. I do wonder if that is true these days for "most". Well to qualify that, I'll say the Linux users that I know & those in the local LUG. I have seen too, many linux users online who advocate partitioning the drive as above, or similar. I can see that it makes sense, particularly if the user like to keep up-to-date with their distro and/or change. Alas, it didn't occur to me when I started out, and TBH I'm happy so far with the disros/versions I settled on last year. So as yet I've not bothered to change. May well start using partitions more sensibly when I decide to do a major upgrade of distro/version. Current situation is simply a product of my initial ignorance! However to extend the life of an SSD in Linux, you can use the ext4 filesystem, but turn off the journaling function. You could also enable TRIM support, but you'd need a kernel that supports it. uname -a will give you your kernel version, & if it's 2.6.33 or higher then your kernel will support TRIM. Below 2.6.33. for my laptop. So I guess not at present. There's a lot on here about it. http://cptl.org/wp/index.php/2010/03...ives-in-linux/ Thanks for the above info. I'll have a look, but by default I'm currently assuming I don't need to worry about this at present. The laptop I use for general purposes has 3BG of RAM and never really seems to need the swap partition, and I probably don't do a shedload of data writing. I'll check this out, though. TBH my main interest in the kernel and modules, etc, is the hope that one day I'll actually *understand* the sound system properly! :-) Slainte, Jim -- Please use the address on the audiomisc page if you wish to email me. Electronics http://www.st-and.ac.uk/~www_pa/Scot...o/electron.htm Armstrong Audio http://www.audiomisc.co.uk/Armstrong/armstrong.html Audio Misc http://www.audiomisc.co.uk/index.html |
|
#273
|
|||
|
|||
|
On Mon, 29 Nov 2010 14:08:55 +0000, Jim Lesurf wrote:
In article om, sqool wrote: On Mon, 29 Nov 2010 09:21:14 +0000, Jim Lesurf wrote: In article om, sqool wrote: And as most Linux users tend to have their installation divided into partitions, such as /home, /var, /usr, /temp, /boot, etc that part would be irrelevant. I do wonder if that is true these days for "most". Well to qualify that, I'll say the Linux users that I know & those in the local LUG. I have seen too, many linux users online who advocate partitioning the drive as above, or similar. I can see that it makes sense, particularly if the user like to keep up-to-date with their distro and/or change. Alas, it didn't occur to me when I started out, and TBH I'm happy so far with the disros/versions I settled on last year. So as yet I've not bothered to change. May well start using partitions more sensibly when I decide to do a major upgrade of distro/version. Current situation is simply a product of my initial ignorance! However to extend the life of an SSD in Linux, you can use the ext4 filesystem, but turn off the journaling function. You could also enable TRIM support, but you'd need a kernel that supports it. uname -a will give you your kernel version, & if it's 2.6.33 or higher then your kernel will support TRIM. Below 2.6.33. for my laptop. So I guess not at present. There's a lot on here about it. http://cptl.org/wp/index.php/2010/03...ives-in-linux/ Thanks for the above info. I'll have a look, but by default I'm currently assuming I don't need to worry about this at present. I would agree. The laptop I use for general purposes has 3BG of RAM and never really seems to need the swap partition, and I probably don't do a shedload of data writing. I once made a mistake when testing a distro I'd installed on another HDD. I had 4GB RAM installed but I'd clean forgotten to add a swap partition! The distro worked just fine, & it was only after a couple of weeks I discovered my error. After some research, I found that Linux uses memory more efficiently than Windows. I notice some newcomers to Linux often ask why is the OS using all their RAM. Your computer is using all of your memory to optimize the performance of Linux. It caches or stores pieces of applications on your memory so that when you need them, it will not have to hunt around the hard drive to find the application. Now IF you bring up a program, and your memory is "full" Linux automatically kicks some of the cache out to make room. It is a fast-as-lightening operation that does nothing but make Linux optimized and faster. A couple of my machines have 16GB RAM, & although I can have OpenOffice, Pan,Claws-mail, Gimp, k3b (disk burner), Pidgin (Instant Messanger) open & in use, the swap partition is hardly used. I'll check this out, though. TBH my main interest in the kernel and modules, etc, is the hope that one day I'll actually *understand* the sound system properly! :-) Good Luck! :-) -- openSUSE 11.3 (64-bit) Kubuntu 10.04 (64-bit) Mandriva 2010 (64-bit) Debian 5.06 (64-bit) |
|
#274
|
|||
|
|||
|
alanp wrote:
Her Majesty's Revenue & Customs runs both the PAYE & Self Assessment income tax systems on Linux systems. But it was probably written by ex-visual basic programmers who were only used to Windows98. Written in Cobol, running in VME, that is virtualised on Sun Suse Linux Enterprise systems. |
|
#275
|
|||
|
|||
|
We were somewhere around Barstow, on the edge of the desert, when the
drugs began to take hold. I remember "Jerry" saying something like: I treat people as they treat me,. **** on me and I will, as sure as night follows day, **** - with interest - on you... Yer absolutely named right, Jerry. **** pot. |
|
#276
|
|||
|
|||
|
"Grimly Curmudgeon" wrote in message ... snip : : Yer absolutely named right, Jerry. : **** pot. Yes, indeed Grimly, my name is "Jerry", though it's nice to see that you are finally signing your messages with your own name! Never mind the fact that you once again prove that you are nothing more than a worthless troll, after all only a troll would reply in such a way to a message over 30 days old... FUS -- "You obviously couldn't get a clue if you rolled in clue musk and performed the clue mating dance in the middle of a field full of horny clues at the height of the clue mating season!" |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| BBC/ITV Freesat...Do I need a Freesat Card for my SKY box ? Do I needa Freesat Box ? | Sky dish of the day | UK sky | 14 | May 6th 08 04:00 PM |
| Aldi - Tevion DVD Recorder £109.99. Anyone knowwhat the model number is? | Fred West | UK digital tv | 3 | April 24th 05 08:18 PM |
| FA: This will get you started with Home Cinema | Steve H | UK home cinema | 0 | September 9th 04 06:09 PM |
| Has top up TV started? | Colin Mckechnie | UK digital tv | 10 | March 15th 04 05:20 PM |
| "This programme has already started" message | Arfle | UK sky | 0 | February 15th 04 05:06 PM |