Ibm Thinkpad & WinXP?

Discussion in 'Windows OS's' started by steveo, Sep 15, 2005.

  1. XaviarCraig

    XaviarCraig Guest

    Win XP would run slow at first on that computer but with some tweaking, you could getting it running fairly decently.(edit for windows 2K: It should run decently but I have NEVER used it so I really wouldnt know) If you are still unsure which operating system to go with, consider multibooting.

    While it can be done on 1 partition it isnt recommended and will require some file modification.
     
  2. Anti-Trend

    Anti-Trend Nonconformist Geek

    Likes Received:
    118
    Trophy Points:
    63
    OpenOffice.org is capable of saving its documents in either its own native format or in MS Office format. It's easy to convert documents back and forth, simple as "Save As...". So yes, sharing files between Windows and Linux systems is not a problem. And no, simply changing the extension would not work, not on any platform.
     
  3. Addis

    Addis The King

    Likes Received:
    91
    Trophy Points:
    48
    OpenOffice Writer also has a cool feature of exporting the document as a .pdf file. Very useful for creating documentation and such.
     
  4. steveo

    steveo Geek Trainee

    Likes Received:
    0
    Trophy Points:
    0
    how do i tweak the laptop to make it run faster?, this is with windows 2000 pro installed by the way
     
  5. Anti-Trend

    Anti-Trend Nonconformist Geek

    Likes Received:
    118
    Trophy Points:
    63
    You can start out disabling a useless feature of the NTFS filesystem, the "last access" timestamp. Assuming, of course, that you're using an NTFS filesystem. It makes a pretty big difference on laptops, since laptop HDDs are especially slow.

    Registry Settings:
    Code:
    System Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
    Value Name: NtfsDisableLastAccessUpdate
    Data Type: REG_DWORD (DWORD Value)
    Value Data: (0 = disable, 1 = enable)
    By the way, I know you said you were a novice user, so make sure you install all of the latest hardware drivers available for your laptop, and enable DMA on all IDE devices (HDD, CDROM, etc). You may have already known that, if so disregard this.

    -AT
     
    ninja fetus likes this.
  6. Exfoliate

    Exfoliate Geek Trainee

    Likes Received:
    166
    Trophy Points:
    0
    Code:
    System Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
    Value Name: NtfsDisableLastAccessUpdate
    Data Type: REG_DWORD (DWORD Value)
    Value Data: (0 = disable, 1 = enable)

    Wow do you know you're stuff or what! Great work AT. This would work on XP right? (as it's basically just 2000Pro with a few extra features).
     
  7. Anti-Trend

    Anti-Trend Nonconformist Geek

    Likes Received:
    118
    Trophy Points:
    63
    Yep. Any version of Windows that can use NTFS.
     
  8. steveo

    steveo Geek Trainee

    Likes Received:
    0
    Trophy Points:
    0
    could someone exsplain to me what 'NTFS filesystem' is please?
     
  9. pelvis_3

    pelvis_3 HWF Member For Life

    Likes Received:
    123
    Trophy Points:
    63
    NTFS (NT file system; sometimes New Technology File System) is the file system that the Windows NT operating system uses for storing and retrieving files on a hard disk. NTFS is the Windows NT equivalent of the Windows 95 file allocation table (FAT) and the OS/2 High Performance File System (HPFS). However, NTFS offers a number of improvements over FAT and HPFS in terms of performance, extendibility, and security.

    When a hard disk is formatted, it is divided into partitions or major divisions of the total physical hard disk space. Within each partition, the operating system keeps track of all the files that are stored by that operating system. Each file is actually stored on the hard disk in one or more clusters or disk spaces of a predefined uniform size. Using NTFS, the sizes of clusters range from 512 bytes to 64 kilobytes. Windows NT provides a recommended default cluster size for any given drive size. For example, for a 4 GB (gigabyte) drive, the default cluster size is 4 KB (kilobytes). Note that clusters are indivisible. Even the smallest file takes up one cluster and a 4.1 KB file takes up two clusters (or 8 KB) on a 4 KB cluster system.

    The selection of the cluster size is a trade-off between efficient use of disk space and the number of disk accesses required to access a file. In general, using NTFS, the larger the hard disk the larger the default cluster size, since it's assumed that a system user will prefer to increase performance (fewer disk accesses) at the expense of some amount of space inefficiency.

    When a file is created using NTFS, a record about the file is created in a special file, the Master File Table (MFT). The record is used to locate a file's possibly scattered clusters. NTFS tries to find contiguous storage space that will hold the entire file (all of its clusters).

    Each file contains, along with its data content, a description of its attributes (its metadata).
     
    steveo likes this.
  10. steveo

    steveo Geek Trainee

    Likes Received:
    0
    Trophy Points:
    0
    so how do i disable a useless feature of the NTFS filesystem?
     
  11. pelvis_3

    pelvis_3 HWF Member For Life

    Likes Received:
    123
    Trophy Points:
    63
    Read post 25 by AntiTrend!
    But i'm sure there are many useless feature if the NTFS filesystem but none i can think of off the top of my head!
     
  12. steveo

    steveo Geek Trainee

    Likes Received:
    0
    Trophy Points:
    0
    well how do i disable the "last access" timestamp?
     
  13. Anti-Trend

    Anti-Trend Nonconformist Geek

    Likes Received:
    118
    Trophy Points:
    63
    I can't believe you asked that. It's in this very thread, post # 25. Open up regedit or regedit32 and add the registry information I've provided. If you're uncomfortable doing that, don't do it; you can break Windows quite easily by tinkering with the registry.

    -AT
     

Share This Page