ISCSI·Î Ÿ°Ù¼¹ö·Î Á¢±ÙÇÏ·Á°í Çϴµ¥ ¿¡·¯°¡ ¹ß»ýÇß´Ù...
¿øÀÎÀº ÀÌ¹Ì À©µµ¿ì¿¡¼ ´©±º°¡ Ÿ°Ù¼¹ö·Î ¸¶¿îÆ®°É°í ÀÖÀ½À¸·Î ¹ß»ýµÇ´Â ¿¡·¯ÀÌ´Ù.
Ä£ÀýÇϰԵµ ´ÙÀ½°ú °°ÀÌ ¿¡·¯¸Þ¼¼Áö°¡ ¹ß»ýÇØÁØ´Ù.
| 
 root@ mojily ~ # mount -t ntfs /dev/sda1 /ISCSI_TEST/ 
 $LogFile indicates unclean shutdown (0, 0) Failed to mount '/dev/sda1': ¸í·ÉÀÌ Áö¿øµÇÁö ¾ÊÀ½ Mount is denied because NTFS is marked to be in use. Choose one action: 
  
Choice 1: If you have Windows then disconnect the external devices by           clicking on the 'Safely Remove Hardware' icon in the Windows           taskbar then shutdown Windows cleanly. 
  
Choice 2: If you don't have Windows then you can use the 'force' option for           your own responsibility. For example type on the command line: 
  
            mount -t ntfs-3g /dev/sda1 /ISCSI_TEST/ -o force 
  
    Or add the option to the relevant row in the /etc/fstab file: 
            /dev/sda1 /ISCSI_TEST/ ntfs-3g defaults,force 0 0  | 
 
À©µµ¿ì¿¡¼ ¸¶¿îÆ® °É°íÀִ°É...Á¦¿Ü½ÃŰ°í¼ ´Ù½Ã ¸¶¿îÆ®¸¦ °É¾îÁÖ´øÁö force ¿É¼ÇÀ» ÁÖ°í ¸¶¿îÆ®¸¦ ÇØÁÖ¸é µÈ´Ù.
| 
 # ±âÁ¸ ¸¶¿îÆ®µÈ ½Ã½ºÅÛÇØÁ¦ÈÄ ¸¶¿îÆ® 
root@ mojily ~ # mount -t ntfs /dev/sda1 /ISCSI_TEST/ 
  
# force ¿É¼ÇÀ¸·Î °Á¦¸¶¿îÆ® 
root@ mojily ~ # mount -t ntfs-3g /dev/sda1 /ISCSI_TEST/ -o force
  root@ mojily ~ # df -Th Filesystem    Type    Size  Used Avail Use% Mounted on /dev/hda3     ext3    996M  503M  442M  54% / /dev/hda1     ext3    996M   73M  872M   8% /boot tmpfs        tmpfs    248M     0  248M   0% /dev/shm /dev/hda9     ext3     19G   16G  2.3G  87% /home /dev/hda8     ext3    996M   34M  911M   4% /tmp /dev/hda7     ext3    3.6G  2.4G  975M  72% /usr /dev/hda5     ext3    6.7G  4.1G  2.3G  65% /usr/local /dev/hda6     ext3    3.8G  2.2G  1.5G  61% /var /dev/sda1  fuseblk    235G  2.5G  233G   2% /ISCSI_TEST  | 
¡Ø ¸®´ª½º¿¡¼´Â ntfs ÆÄÀÏÆÄÆ¼¼ÇÀ» Àб⸸ °¡´ÉÇÏ¸ç ¾²±â´Â ÇÒ¼ö ¾øÀ¸¸ç ntfs-3g¸¦ ÀÌ¿ëÇϸé À©µµ¿ì ÆÄÀÏÆ÷¸ËÀÎ ntfs Àбâ/¾²±â °¡´ÉÇÏ´Ù. 
Çѱ۱úÁüÀº locale ¿É¼ÇÀ» ko_KR.utf8 ·Î ¹Ù²Ù¾î ´Ù½Ã ¸¶¿îÆ®Çϸé ÇØ°áµÈ´Ù.