Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 209 210 [211] 212 213 ... 350

Author Topic: The Generic Computer Advice Thread  (Read 573714 times)

wierd

  • Bay Watcher
  • I like to eat small children.
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #3150 on: December 12, 2016, 09:51:09 pm »

RE: "what is a partition table?"

For historical (and practical) reasons, your hard drive is not treated the same way as say, a floppy diskette. (Yes. ancient tech.) A floppy diskette is treated as a raw storage medium with a given number of sectors, and the filesystem structures are assumed to always be in certain places on that medium. A hard drive however, is not treated this way. Instead, there is ONE fixed structure at the start of the disk which contains a table of what chunks of sectors are allocated. Such allocations are called "partitions". There are now two major kinds of partition table used by commodity computers today. Old fashioned MBR (Master Boot Record) and GPT (GUID Partition Table). MBR is used by old school BIOS based systems, and is stored on the very first sector of the drive. It has provisions for up to 4 primary partitions, has a bitfield that stores which of these partitions is "active" (eg, bootable), and uses a 2byte identifier to describe what kind of partitions are present.  It stores what the start and end sectors are for every partition in the table.  On old-school bios systems, the BIOS loads this sector as part of the boostrap process, which then tells the BIOS routine where to read on the hard drive to load the operating system's boot sector. It then passes control over to the OS loaded from that boot sector, and the OS reads the table again, and determines if it should make use of the other partitions are not. (eg, show them as drives, or ignore they exist)

GPT is much newer, and is for EFI and UEFI based systems.  It uses the first 4mb of the drive to store a fake MBR (for back compatibility with older OSes), and then a table for what partitions are defined, and then uses (typically) 100mb of space to house a special FAT32 volume that holds bootloaders. EFI provides very different services than the old fashioned BIOS, including advanced disk access, and partition enumeration/reading. The firmware itself has a spacious nonvolatile area for storing boot parameters for a potentially long list of operating systems. Each entry in the NVRAM states what the main partition for that OS is, and what loader (stored in the 100mb fat partition) to use. It has many advantages, in that it can support much larger partitions and disks (MBR tanks out after 3tb or so, due to how the spec was made in days of yore), but is also more troublesome to deal with than MBR. (MBR is very minimal, no-nonsense.)

Regardless of what kind of table your drive is using, the table that keeps track of partitions stored at the top of the drive is called the partition table.  When I suggested dumping the table, I meant wiping its contents, or re-creating the table from scratch using a disk utility of some kind. (such as that built into the windows install cd)

This causes all areas on the drive to be treated as empty space, allowing you to install absolutely fresh and clean.

Reelya pointed out that the restore volume (what gets executed when you hold down the magic buttons for your system) is defined in the partition table, and dumping the table will destroy this volume, rendering it inoperable.

I responded that yes, this is true, but I never want to use that partition anyway, and create a brand new one with a recovery image I create myself that is clean and free of nasty bloatiness instead (and gave a link detailing how to make one.)

If you need to ask what a partition table *is*, then you probably have no business attempting the kind of advanced stuff I mentioned in creating a brand new recovery volume, and should probably not dump the table. :P

Logged

ancistrus

  • Bay Watcher
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #3151 on: December 14, 2016, 05:02:33 am »

Let's say I don't remember a password to some site, but my browser(FF) does and fills it automatically.
Copying from the password field does not work.
How can I extract the password from the files stored by the browser? There has to be a way, right?
Logged

Thief^

  • Bay Watcher
  • Official crazy person
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #3152 on: December 14, 2016, 05:17:30 am »

You should be able to find it in the browser settings somewhere. I only know how to find it for Chrome though...
Logged
Dwarven blood types are not A, B, AB, O but Ale, Wine, Beer, Rum, Whisky and so forth.
It's not an embark so much as seven dwarves having a simultaneous strange mood and going off to build an artifact fortress that menaces with spikes of awesome and hanging rings of death.

Gamerlord

  • Bay Watcher
  • Novice GM
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #3153 on: December 14, 2016, 08:43:50 am »

*tumbles in*

Does anyone know what the specifications of a decent laptop (for internet browsing, video watching and gaming) would be? I'm trying to figure out what I want before I go looking at the laptops in shops or whatever.

Thief^

  • Bay Watcher
  • Official crazy person
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #3154 on: December 14, 2016, 08:50:15 am »

If you want cheap, look for a laptop with a dedicated AMD GPU, they are much more powerful than the Intel ones and much cheaper than the nVidia ones.

If cost is no object then look for an nVidia GPU.
Logged
Dwarven blood types are not A, B, AB, O but Ale, Wine, Beer, Rum, Whisky and so forth.
It's not an embark so much as seven dwarves having a simultaneous strange mood and going off to build an artifact fortress that menaces with spikes of awesome and hanging rings of death.

Aklyon

  • Bay Watcher
  • Fate~
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #3155 on: December 14, 2016, 10:06:17 am »

Let's say I don't remember a password to some site, but my browser(FF) does and fills it automatically.
Copying from the password field does not work.
How can I extract the password from the files stored by the browser? There has to be a way, right?
Options> Saved passwords>Show passwords in Firefox/Pale Moon.
Logged
Crystalline (SG)
Sigtext
Quote from: RedKing
It's known as the Oppai-Kaiju effect. The islands of Japan generate a sort anti-gravity field, which allows breasts to behave as if in microgravity. It's also what allows Godzilla and friends to become 50 stories tall, and lets ninjas run up the side of a skyscraper.

feelotraveller

  • Bay Watcher
  • (y-sqrt{|x|})^2+x^2=1
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #3156 on: December 15, 2016, 12:58:02 am »

Let's say I don't remember a password to some site, but my browser(FF) does and fills it automatically.
Copying from the password field does not work.
How can I extract the password from the files stored by the browser? There has to be a way, right?
Options> Saved passwords>Show passwords in Firefox/Pale Moon.

Hmm.  I find mine (ff 50.0.2) under Preferences/Security/Saved Logins/Show Passwords.  Or I would if I ever allowed passwords to be saved...  ;)
Logged

Gamerlord

  • Bay Watcher
  • Novice GM
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #3157 on: December 15, 2016, 09:17:38 am »

Could I get a priority list of what things are most important to a laptop (RAM, CPU, graphics card, etc)? Really need to figure this out. I have no idea what kind of specs I'd need to play the latest games and I don't know where to go for information or advice other than here.

Aklyon

  • Bay Watcher
  • Fate~
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #3158 on: December 15, 2016, 09:26:25 am »

Is thee a reason you need a laptop for this and not a desktop?
Logged
Crystalline (SG)
Sigtext
Quote from: RedKing
It's known as the Oppai-Kaiju effect. The islands of Japan generate a sort anti-gravity field, which allows breasts to behave as if in microgravity. It's also what allows Godzilla and friends to become 50 stories tall, and lets ninjas run up the side of a skyscraper.

Lord Shonus

  • Bay Watcher
  • Angle of Death
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #3159 on: December 15, 2016, 09:32:45 am »

The most important factor is the GPU, followed by the CPU, followed by knowing that all "gaming" laptops are overpriced trash. You want a latest-generation i3 (6098-6320) or i5 (6400-6600) with a Nvidia 10 series (1050, 1060, 1070, 1080) GPU. Even if you must use a laptop (a desktop will cost %20-%40 less in a similar hardware configuration, and you generally get a better keyboard, mouse, and display), do not get one labeled as a "gaming" model - that is industry code for "designed to separate ignorant people from their money".
Logged
On Giant In the Playground and Something Awful I am Gnoman.
Man, ninja'd by a potentially inebriated Lord Shonus. I was gonna say to burn it.

gimlet

  • Bay Watcher
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #3160 on: December 15, 2016, 10:19:59 am »

Yeah you can pretty much buy a half decent laptop PLUS a gaming desktop for the price of a gaming laptop "that can play the latest games".   Do you REALLY need to be able to fire up all the latest games on the laptop, or do you want something portable to take notes/read email/websurf/watch movies and mainly play heavy duty games at home?
Logged

Gamerlord

  • Bay Watcher
  • Novice GM
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #3161 on: December 15, 2016, 10:52:37 am »

I don't currently have a desktop - my laptop is all I use and I have no intention of getting a desktop in the foreseeable future. Mobility is really important when I skirt the line of getting kicked out of home on a daily basis.

Thief^

  • Bay Watcher
  • Official crazy person
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #3162 on: December 15, 2016, 11:11:54 am »

What's your budget?
Logged
Dwarven blood types are not A, B, AB, O but Ale, Wine, Beer, Rum, Whisky and so forth.
It's not an embark so much as seven dwarves having a simultaneous strange mood and going off to build an artifact fortress that menaces with spikes of awesome and hanging rings of death.

Aklyon

  • Bay Watcher
  • Fate~
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #3163 on: December 15, 2016, 01:04:39 pm »

The most important factor is the GPU, followed by the CPU, followed by knowing that all "gaming" laptops are overpriced trash. You want a latest-generation i3 (6098-6320) or i5 (6400-6600) with a Nvidia 10 series (1050, 1060, 1070, 1080) GPU. Even if you must use a laptop (a desktop will cost %20-%40 less in a similar hardware configuration, and you generally get a better keyboard, mouse, and display), do not get one labeled as a "gaming" model - that is industry code for "designed to separate ignorant people from their money".

Take this advice to heart; I learned the hard way that "gaming" laptops are horrible. $1200 for a laptop that caught fire twice, and nearly exploded from its battery. The motherboard died within the first year. Replacing the melted chargers cost $100 each, along with the ready-to-blow battery.
Did it even have any cooling worth counting?
Logged
Crystalline (SG)
Sigtext
Quote from: RedKing
It's known as the Oppai-Kaiju effect. The islands of Japan generate a sort anti-gravity field, which allows breasts to behave as if in microgravity. It's also what allows Godzilla and friends to become 50 stories tall, and lets ninjas run up the side of a skyscraper.

TD1

  • Bay Watcher
  • Childe Roland to the Dark Tower Came
    • View Profile
Re: The Generic Computer Advice Thread
« Reply #3164 on: December 15, 2016, 01:24:30 pm »

I've got an i5 processor and an nvidia graphics card. The laptop cost £600, and runs everything perfectly fine.
Logged
Life before death, strength before weakness, journey before destination
  TD1 has claimed the title of Penblessed the Endless Fountain of Epics!
Sigtext!
Poetry Thread
Pages: 1 ... 209 210 [211] 212 213 ... 350