[Solved] mount: unknown filesystem type 'ntfs' - -
Mounting flashdisk atau Harddisk External yang memakai filesystem ntfs terkadang tidak dapat secara default di Linux.
Error saat kita memakai GUI :
Eror saat kita memakai CLI :
!Successs
Mounting flashdisk atau Harddisk External yang memakai filesystem ntfs terkadang tidak dapat secara default di Linux.
Error saat kita memakai GUI :
Eror saat kita memakai CLI :
aziz@Aziz: # mount /dev/sdb1 /mnt/hdex mount: unknown filesystem type 'ntfs'
Solusinya :
Install package "ntfs-3g", kalau anda memakai linux basis Debian atau Redhat dapat diinstall secara eksklusif melalui apt-get install ntfs-3g atau yum install ntfs-3g aziz@Aziz: # dmesg . ... ..... ....... sd 2:0:0:0: [sdb] 976773116 512-byte logical blocks: (500 GB/465 GiB) sd 2:0:0:0: [sdb] Write Protect is off sd 2:0:0:0: [sdb] Mode Sense: 27 00 00 00 sd 2:0:0:0: [sdb] Assuming drive cache: write through sd 2:0:0:0: [sdb] Assuming drive cache: write through sdb: sdb1 sd 2:0:0:0: [sdb] Assuming drive cache: write through sd 2:0:0:0: [sdb] Attached SCSI disk
aziz@Aziz: # mkdir /mnt/hdex aziz@Aziz: # mount /dev/sdb1 /mnt/hdex mount: mount point /mnt/hdex does not exist aziz@Aziz: #
aziz@Aziz: # apt-get install ntfs-3g Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: ntfs-3g 0 upgraded, 1 newly installed, 0 to remove and 102 not upgraded. Need to get 630 kB of archives. After this operation, 1,485 kB of additional disk space will be used. Get:1 http://ftp.debian.org/debian/ wheezy/main ntfs-3g amd64 1:2012.1.15AR.5-2.1+deb7u2 [630 kB] Fetched 630 kB in 2s (305 kB/s) Preconfiguring packages ... Selecting previously unselected package ntfs-3g. (Reading database ... 30304 files and directories currently installed.) Unpacking ntfs-3g (from .../ntfs-3g_1%3a2012.1.15AR.5-2.1+deb7u2_amd64.deb) ... Processing triggers for initramfs-tools ... update-initramfs: Generating /boot/initrd.img-2.6.32-26-pve Processing triggers for man-db ... Setting up ntfs-3g (1:2012.1.15AR.5-2.1+deb7u2) ... update-initramfs: deferring update (trigger activated) Processing triggers for initramfs-tools ... update-initramfs: Generating /boot/initrd.img-2.6.32-26-pve aziz@Aziz: # mount /dev/sdb1 /mnt/hdex aziz@Aziz: #
!Successs
0 Response to "[Solved] Mount: Unknown Filesystem Type 'Ntfs'"