Ubuntu 24.04.1 LTS | Lataa ja asenna | Tutustu yhteisöön | Blogi | Yritysten tarjoamat palvelutLiity Ubuntu Suomen seuraan muualla: Discourse, Facebook, Mastodon, Matrix, Telegram, X
sudo apt-get install smartmontools
sudo smartctl -a /dev/sda
Tuo asennus vaatii oletettavasti internetyhteyttä?Nettiyhteys ei toimi tuossa live-cd:ssä.
sudo e2fsck -f /dev/sda7
ubuntu@ubuntu:~$ sudo e2fsck -f /dev/sda7e2fsck 1.40.8 (13-Mar-2008)e2fsck: No such file or directory while trying to open /dev/sda7The superblock could not be read or does not describe a correct ext2filesystem. If the device is valid and it really contains an ext2filesystem (and not swap or ufs or something else), then the superblockis corrupt, and you might try running e2fsck with an alternate superblock: e2fsck -b 8193 <device>ubuntu@ubuntu:~$
sudo modprobe pcnet32 homepna=1
sudo pppoeconf
sudo fsck.ext3 -c /dev/sda7
ubuntu@ubuntu:~$ sudo fsck.ext3 -c /dev/sda7e2fsck 1.40.8 (13-Mar-2008)fsck.ext3: No such file or directory while trying to open /dev/sda7The superblock could not be read or does not describe a correct ext2filesystem. If the device is valid and it really contains an ext2filesystem (and not swap or ufs or something else), then the superblockis corrupt, and you might try running e2fsck with an alternate superblock: e2fsck -b 8193 <device>
Saako muuten jotenkin näppäimistön suomalaiseksi, en löytänyt "="-merkkiä tuota homepna-komentoa varten.
sudo e2fsck -p /dev/sda7
ubuntu@ubuntu:~$ sudo e2fsck -p /dev/sda7e2fsck: No such file or directory while trying to open /dev/sda7/dev/sda7:The superblock could not be read or does not describe a correct ext2filesystem. If the device is valid and it really contains an ext2filesystem (and not swap or ufs or something else), then the superblockis corrupt, and you might try running e2fsck with an alternate superblock: e2fsck -b 8193 <device>
sudo fdisk -l
sudo umount /dev/sda7
sudo e2fsck -f -y -v /dev/sda7
ubuntu@ubuntu:~$ sudo fdisk -lDisk /dev/sde: 320.0 GB, 320072933376 bytes255 heads, 63 sectors/track, 38913 cylindersUnits = cylinders of 16065 * 512 = 8225280 bytesDisk identifier: 0xa93da93d Device Boot Start End Blocks Id System/dev/sde1 * 1 20397 163838871 7 HPFS/NTFS/dev/sde2 20398 38913 148729770 f W95 Ext'd (LBA)/dev/sde5 20398 33145 102398278+ 7 HPFS/NTFS/dev/sde6 33146 33387 1943833+ 82 Linux swap / Solaris/dev/sde7 33388 38913 44387563+ 83 LinuxDisk /dev/sdf: 1000 MB, 1000341504 bytes16 heads, 32 sectors/track, 3816 cylindersUnits = cylinders of 512 * 512 = 262144 bytesDisk identifier: 0x00000000 Device Boot Start End Blocks Id System/dev/sdf1 * 1 3816 976880 b W95 FAT32ubuntu@ubuntu:~$
Mitä tuo osion liittäminen tarkoittaa?
mount
sudo e2fsck -f /dev/sde7
Virhe on siinä että GoddamnDevil on puhunut koko ajan /dev/sda7:stä ja se on sammaelin koneella /dev/sde7 eli tuo GoddamnDevilin antama eka komento, ilman nettiyhteyttä, olisi:Koodia: [Valitse]sudo e2fsck -f /dev/sde7ja muille komennoille vastaavasti myös osion tunnuksen vaihto
ubuntu@ubuntu:~$ sudo e2fsck -f /dev/sde7e2fsck 1.40.8 (13-Mar-2008)/dev/sde7: recovering journalPass 1: Checking inodes, blocks, and sizesPass 2: Checking directory structurePass 3: Checking directory connectivityPass 4: Checking reference countsPass 5: Checking group summary information/dev/sde7: ***** FILE SYSTEM WAS MODIFIED *****/dev/sde7: 114879/5554176 files (1.7% non-contiguous), 923781/11096890 blocks