General TC > General TC Talk
What program do you use to burn a Tiny Core ISO in a CD-R?
Mauricio:
--- Quote from: jazzbiker on February 07, 2024, 03:54:51 PM ---1, then 3
--- End quote ---
Output of i - 1:
--- Code: ---Partition number (1,3, default 3): 1
Device: /dev/sdb1
Boot: *
Start: 2048
End: 133119
Sectors: 131072
Cylinders: 9
Size: 64M
Id: ef
Type: EFI (FAT-12/16/32)
Start-C/H/S: 0/33/3
End-C/H/S: 8/163/6
Attrs: 80
--- End code ---
Output of i - 3:
--- Code: ---Device: /dev/sdb3
Start: 133120
End: 1200000
Sectors: 1066881
Cylinders: 70
Size: 520.9M
Id: 83
Type: Linux
Start-C/H/S: 8/163/7
End-C/H/S: 78/10/53
--- End code ---
jazzbiker:
Well, this version of fdisk doesn't take care of CHS at all. Let change them to what we want - 63, 15, 8930.
First we will delete both partitions, as we now their placement according to the first partition info screen:
--- Code: ---Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 133119 131072 64M ef EFI (FAT-12/16/32)
/dev/sdb3 133120 1200000 1066881 520.9M 83 Linux
--- End code ---
So You are in normal (not expert) mode now. You can delete partitions with 'd' command. It will ask for partition number, please delete 1st and then 3rd.
Mauricio:
--- Quote from: jazzbiker on February 07, 2024, 04:04:46 PM ---Well, this version of fdisk doesn't take care of CHS at all. Let change them to what we want - 63, 15, 8930.
First we will delete both partitions, as we now their placement according to the first partition info screen:
--- Code: ---Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 133119 131072 64M ef EFI (FAT-12/16/32)
/dev/sdb3 133120 1200000 1066881 520.9M 83 Linux
--- End code ---
So You are in normal (not expert) mode now. You can delete partitions with 'd' command. It will ask for partition number, please delete 1st and then 3rd.
--- End quote ---
Okay, I deleted both.
I might add i'm using a CRT monitor, and the disk is facing up (with the PCB up) and very near the monitor. Can the electric field generated by the monitor cause some data corruption or something? Just asking :)
jazzbiker:
I think monitor will not cause problems.
Now we need to enter the expert mode with 'x' cmd.
Then set sectors/track with 's' (63), heads with 'h' (15) and cylinders with 'c' (8930).
Then return to normal mode with 'r'.
Maybe some output will be worth posting.
Mauricio:
--- Quote from: jazzbiker on February 07, 2024, 04:15:16 PM ---I think monitor will not cause problems.
Now we need to enter the expert mode with 'x' cmd.
Then set sectors/track with 's' (63), heads with 'h' (15) and cylinders with 'c' (8930).
Then return to normal mode with 'r'.
Maybe some output will be worth posting.
--- End quote ---
--- Code: ---Number of sectors (1-63, default 62): 63
Number of heads (1-255, default 248): 15
Number of cylinders (1-1048576, default 8729): 8930
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version