Ubuntu Linux7.04和Windows互访的实现

Windows下访问ext2/ext3分区,用explore2fs。

Ubuntu下访问ntfs分区,我需要的是在启动时自动mount,修改/etc/fstab即可,如:

/dev/hda1 /media/hda1 ntfs nls=utf8,umask=0222 0 0

如果不加上utf8,会无法访问中文的目录和文件,而0222是将写的权限屏蔽掉。

另外,Ubuntu自带的一个远程桌面客户端很好用,可直接登录Windows的终端服务!

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/5d6cfd0930aabf00cb1db091ebb249b7.html