I haven't been doing this for a while. For the new version last month i thought i should before installing.
After putting the DVD in the drive, in the terminal iirc one should do
cd /dev/sda then sha256sum 'name of iso'
it comes back no such directory.
I've mislaid my linux book so can't look it up. i know it's simple but it's a while since i last did it and i can't think what i am doing wrong.
Checking burnt iso
- Eadwine Rose
- Administrator
- Posts: 14957
- Joined: Wed Jul 12, 2006 2:10 am
Re: Checking burnt iso
Right click on the iso, compute sha, compare it to the file it came with.
Oh wait, that is for a file on the harddrive.
Sorry.. messed that up.
Oh wait, that is for a file on the harddrive.
Sorry.. messed that up.
MX-23.6_x64 July 31 2023 * 6.1.0-37amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Re: Checking burnt iso
The easiest way is to have your burning utility verify the DVD post burn.jessejazza wrote: Fri Feb 07, 2025 6:44 am I haven't been doing this for a while. For the new version last month i thought i should before installing.
After putting the DVD in the drive, in the terminal iirc one should do
cd /dev/sda then sha256sum 'name of iso'
it comes back no such directory.
I've mislaid my linux book so can't look it up. i know it's simple but it's a while since i last did it and i can't think what i am doing wrong.
HP 15; ryzen 3 5300U APU; 500 Gb SSD; 8GB ram
HP 17; ryzen 3 3200; 500 GB SSD; 12 GB ram
Idea Center 3; 12 gen i5; 256 GB ssd;
In Linux, newer isn't always better. The best solution is the one that works.
HP 17; ryzen 3 3200; 500 GB SSD; 12 GB ram
Idea Center 3; 12 gen i5; 256 GB ssd;
In Linux, newer isn't always better. The best solution is the one that works.
- jessejazza
- Posts: 59
- Joined: Sun May 04, 2008 2:45 pm
Re: Checking burnt iso
But that depends on where the sha256sum file is. Using Brasero which i do, if checking the newly downloaded iso on hard disk that's okay, but for checking a burnt DVD where do you put the sha256sum file. Brasero says it is checking but i wonder if that's the case. Hence why i wanted to do it manually so i can be sure.j2mcgreg wrote: Fri Feb 07, 2025 7:43 amThe easiest way is to have your burning utility verify the DVD post burn.jessejazza wrote: Fri Feb 07, 2025 6:44 am I haven't been doing this for a while. For the new version last month i thought i should before installing.
After putting the DVD in the drive, in the terminal iirc one should do
cd /dev/sda then sha256sum 'name of iso'
it comes back no such directory.
I've mislaid my linux book so can't look it up. i know it's simple but it's a while since i last did it and i can't think what i am doing wrong.
Re: Checking burnt iso
try man wodim
cd to the cdrom/dvd and ls -lat does it show any file index with files like normal in terminal mode similar to on / doing anything ls -lat
try the full cmdline syntax sudo wodim -msinfo /dev/sda - does it show any information as to disc write size and space / space remaining if a multi-session is started and its disc label name?
(this, its been a long time since playing at this type of File System. ).
sudo sha256 -b /dev/sda/FileName.iso - as a full syntax cmdline example if a terminal shell has been opened per say.
https://unix.stackexchange.com/question ... f-cds-dvds
might share to interest.
cd to the cdrom/dvd and ls -lat does it show any file index with files like normal in terminal mode similar to on / doing anything ls -lat
try the full cmdline syntax sudo wodim -msinfo /dev/sda - does it show any information as to disc write size and space / space remaining if a multi-session is started and its disc label name?
(this, its been a long time since playing at this type of File System. ).
sudo sha256 -b /dev/sda/FileName.iso - as a full syntax cmdline example if a terminal shell has been opened per say.
https://unix.stackexchange.com/question ... f-cds-dvds
might share to interest.