红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > SuSE

SUSE读取、写入NTFS分区

发布时间:2007-09-14 15:49:16来源:红联作者:openbian
  必要工具: ntfs-3g , fuse

  openSUSE可以用YAST找到http://download.opensuse.org/repositories/filesystems/openSUSE_10.2/

  开机自动挂载NTFS分区:
  修改/etc/fstab,PATA硬盘用 /dev/hda*(设备,*根据实际情况搞定,如果是SATA硬盘,用/dev/sda*) /windows/C (挂在点) ntfs-3g (档案系统) user,users,gid=users,umask=0002 0 0 (参数,不要有ro指令!)

  手动挂载:
  ntfs-3g -o ro,gid=users,umask=0002 /dev/disk/by-label/windows /mnt

  卸载用umount.

  官方说明:
  将所要挂载的项目写入档案/etc/fstab中,该NTFS档案系统将在开机时自动被挂载。挂载前请注意挂载的目录已经存在(此处的例子是/Windows/C )。大部分NTFS都被划分在第一个硬碟的其中之一:

  PATA (IDE)硬碟
  #装置挂载点档案系统参数
  /dev/hda1 /windows/C ntfs-3g user,users,gid=users,umask=0002 0 0

  SATA硬碟
  #装置挂载点档案系统参数
  /dev/sda1 /windows/C ntfs-3g user,users,gid=users,umask=0002 0 0

  其它
  #装置挂载点档案系统参数
  /dev/disk/by-label/win /windows/C ntfs-3g user,users,gid=users,umask=0002 0 0

  注意在存档之前确定参数栏上没有"ro"指令,否则此分割区将只能被读取,即使安装有能支援写入的驱动。

  Alternatively, you can specify the source device using the disk's ID (symlinks in /dev/disk/by-id/) or the filesystem's UUID (/dev/disk/by-uuid/). by-label or by -id are preferred over /dev/sd* nodes because they will remain the same while the disk could show up under, say, /dev/sdc instead of /dev/sda (the latter of which depends on the order they were plugged in and/or recognized)
文章评论

共有 0 条评论