读取RAW数据的脚本或程序

发布于 2024-09-28 10:04:29 字数 351 浏览 3 评论 0原文

我有一个 USB 闪存驱动器,里面有数据并且正在使用 FAT32 文件表,直到昨天!

我一直只在 Windows 中使用它。现在,当我插入 USB 闪存驱动器时,Windows XP 会将文件系统报告为 RAW,并且尝试访问该驱动器时会要求格式化该驱动器。我迫切需要从那里获取一些数据(备份是几天前的)。

我已经在Windows下使用了十几个声称可以读取RAW数据的程序,但还没有一个起作用。 FreeBSD 或 Windows 下是否有任何脚本、实用程序或程序可以帮助我取回该数据?如果我将 USB 驱动器插入我的 FreeBSD 盒子,它只会显示为 /dev/da0,所以我无法安装它。

如果我说得不对,我很抱歉,但是隧道尽头有光明吗?

I had a usb flash drive which had data and was using FAT32 file table, till yesterday!

I had been using it only in Windows. Now when I plugin the usb flash drive, Windows XP reports the file system as RAW and trying to access the drive asks to format the drive. I desperately need to get some data out from there (the backup is a few days old).

I've already used a dozen of programs under windows that claim to read RAW data, but none has worked yet. Is there any script, utility or program under FreeBSD or Windows that will aid me in getting that data back? If I plugin the usb drive to my FreeBSD box it only appears as /dev/da0, so I cannot mount it.

Apologies if I am not making sense, but is there any light at the end of the tunnel?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

骄傲 2024-10-05 10:04:29

您可以使用 dd 制作原始副本:

dd if=/device of=target_file

之后,您可能需要在 google 上搜索“数据雕刻”,并使用诸如 foremost 之类的程序。

You can use dd to make a raw copy:

dd if=/device of=target_file

After that, you may want to google for "data carving", and use a program such as foremost.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文