2007년 2월 24일 토요일

ordinary mount command

mount -t [type] [dev] [dir]

ex.) mount -t ntfs /dev/hda1 /mnt/hda1


umount [dir]

ex.) umount /mnt/hda1



Preparation for NTFS


1. add NTFS module to the kernel.

    /sbin/modprobe ntfs


2. verify loaded module.

   dmesg | grep NTFS   =>   NTFS driver n.n.nn [Flags: R/W MODULE]

      cat /proc/filesystems


3. list partition tables.

    /sbin/fdisk -l

댓글 없음:

댓글 쓰기