我一直在使用一台显然具有 Debian buster 以及 MS-Windows 10 1903 的计算机。在上述机器上,您可以毫无问题地复制和粘贴文件和文件夹。在某些更新中,您似乎无法再将文件和文件夹从一个复制到另一个。我还没有尝试从 MS-Windows 到 Debian,因为它需要第三方驱动程序,而且我上次查看时并没有太多开发进展。
FWIW,在这个特定的系统中我是双引导的。先安装Win10,后安装Debian GNU/Linux。我 99% 的时间都使用 Linux,但有时我必须使用 MS-Windows。
我在尝试使用 caja 时确实遇到了这些错误 -
caja:2887): GLib-GObject-WARNING **: 21:26:45.272: invalid (NULL)
pointer instance
(caja:2887): GLib-GObject-CRITICAL **: 21:26:45.272:
g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)'
failed
(caja:2887): GLib-GObject-WARNING **: 21:26:45.272: invalid (NULL)
pointer instance
(caja:2887): GLib-GObject-CRITICAL **: 21:26:45.272:
g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)'
failed
(caja:2887): EggSMClient-CRITICAL **: 21:26:45.272:
egg_sm_client_is_resumed: assertion 'client == global_client' failed
虽然刚刚更新了 libfm-qt6https://tracker.debian.org/news/1040963/accepted-libfm-qt-0141-9-source-into-unstable/
答案1
如果您在挂载 NTFS 分区时收到以下错误消息之一(第一个是我的 Win10 分区,第二个是我的数据分区)
root@debian:~# mount /dev/sda2 /mnt/winc
Windows is hibernated, refused to mount.
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Falling back to read-only mount because the NTFS partition is in an
unsafe state. Please resume and shutdown Windows fully (no hibernation
or fast restarting.)
root@debian:~# mount /dev/sda7 /mnt/wind
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Falling back to read-only mount because the NTFS partition is in an
unsafe state. Please resume and shutdown Windows fully (no hibernation
or fast restarting.)
那么你需要Win10禁用快速启动或按住该Shift键关闭 Windows。