我有一个在AZURE虚拟机上运行的MongoDB实例,它可以获取所有的数据。 我试图通过使用下面的命令来查找某个文件是否仍然存在:
$ sudo extundelete --restore-all /dev/sda1 extundelete: Bad magic number in super-block when trying to open filesystem /dev/sda1
但是,它正在返回错误。 我也试过debugfs,它会返回相同的错误。
下面列出了我的服务器的磁盘:
$ sudo fdisk -lu Disk /dev/sda: 32.2 GB, 32212254720 bytes, 62914560 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk label type: dos Disk identifier: 0x00069ce8 Device Boot Start End Blocks Id System /dev/sda1 * 2048 62914559 31456256 83 Linux Disk /dev/sdb: 7516 MB, 7516192768 bytes, 14680064 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk label type: dos Disk identifier: 0x45acb57d Device Boot Start End Blocks Id System /dev/sdb1 128 14678015 7338944 83 Linux
任何人都可以帮助我?