OpenWrt加载NTFS的硬盘并做samba共享.docVIP

  • 123
  • 0
  • 约 2页
  • 2017-06-08 发布于重庆
  • 举报
OpenWrt加载NTFS的硬盘并做samba共享

OpenWrt加载NTFS的硬盘并做samba共享 [ 2011/07/02 21:48 | by Totti ] 大 | 中 | 小 为了兼容超过4GB的大型文件,并便于和Windows 文件交换,最好给带有USB口的无线接NTFS格式的外接硬盘。 为了能够加载ntfs格式的硬盘,需要的模块是kmod-fuse和ntfs-3g,当然,其他usb storage支持等这里假定已经安装。 装了这些后,应该可以用这样的命名来加载外置硬盘; ntfs-3g /dev/sda1 /mnt/usbstorage 如果要自动加载,那么需要自己编译10.03,让它支持mount helper,并安装- mount.ntfs-3g,block-hotplug,以及hotplug2软件包。并编辑/etc/config/fstab如下: config ‘mount’ option ‘device’ ‘/dev/sda1′ option ‘enabled_fsck’ ’0′ option ‘target’ ‘/mnt/usbstorage’ option ‘fstype’ ‘ntfs-3g’ option ‘enabled’ ’1′ option ‘options’ ‘rw,sync’ 然后运行 /etc/init.d/fstab enable /etc/init.d/fstab s

文档评论(0)

1亿VIP精品文档

相关文档