$ fdisk -lFor FAT:
Device Boot Start End Blocks Id System
/dev/sdb1 1 3569 28667961 7 HPFS/NTFS
$ mount -t ntfs /dev/sdb1 /mnt/point -o rw
$ mount -t vfat /dev/sdb1 /mnt/point -o rwCheck rw:
$ grep /dev/sdb1 /proc/mountsIf the line contains 'ro', mount cheated you: there is no ntfs write support in your kernel. You need to rebuild the driver.
Unmount a mounted point:
$ umount /mnt/point
没有评论:
发表评论