我负责mkfs.ext4 -S和fsck.ext4 -y。
它花了几天时间,然后系统崩溃了,因为它耗尽了内存和交换(8+8GB)。fsck.ext4: Bad magic number in super-block while trying to open /dev/sdd1 The superblock could notbe read or does not describe a valid ext2/ext3/ext4 filesystem.If the device
我目前正在尝试使用T-SQL通过以下代码恢复我的数据库:FROM DISK = 'D:\Backup\database_name.bak'MOVE 'dandenong_log' TO 'C:\Users\alans\Desktop\Database Files\database_name.ldf',这是可行的,但是,它将它恢复到4月4日,这是它拥有的第二个最后一次备份。然而