Ceriwis  

Go Back   Ceriwis > HOBI > Komputer & Teknologi > Non Windows > Linux & Open source community

Reply
 
Thread Tools
  #1  
Old 23rd November 2011
Linuxgeek's Avatar
Linuxgeek Linuxgeek is offline
Member Aktif
 
Join Date: Nov 2011
Posts: 201
Rep Power: 0
Linuxgeek mempunyai hidup yang Normal
Default [Share] AutoMounting NTFS on Debian GNU/Linux

Misi gan, mau share tutor cupu lg... newbie only



Ehm... Debian Lenny versi 5.0 seperti nya masih punya masalah klasik soal NTFS, yaitu tidak bisa mount partisi NTFS/Windows secara otomatis. Tidak seperti distro2 linux modern pada umumnya yg udah bisa mount secara otomatis, Debian butuh sedikit "oprek2". Gapapa lah ya... itung2 belajar



Nah, sekarang saya mau share tutor sederhana nya, supaya Windows agan2 semua bisa di mount otomastis sama Debian Lenny.



Bismillah...



================== ==========



1. Pertama, masuk terminal dan login sbg root,


Code:

$ su -l root

2. Lalu install software ntfs-3g dan depedensinya,


Code:

# apt-get install ntfs-3g libfuse2

2. Liat skema/map dari partisi di harddisk,


Code:

# fdisk -l

(liat screenshot)









Di situ terlihat ada 2 partisi NTFS (/dev/sda1 & /dev/sda5/). sda1 adalah drive C: sedangkan sda5 adalah drive D:. Nah, nanti saya akan mounting drive D (sda5) tempat lagu2 fav saya .



3. Buat direktori terserah utk di jadikan mount point. Contoh:


Code:

# mkdir /home/n4is3n/windows2

4. Lakukan mounting ke mount point yg barusan kita buat:


Code:

# mount -t ntfs-3g /dev/sda5 /home/n4is3n/windows2

5. Supaya mounting terjadi secara otomatis setiap boot (sesuai judul trhead nya), edit file /ect/fstab,


Code:

# gedit /etc/fstab

lalu tambahkan baris berikut,


Quote:





/dev/sda5 /home/n4is3n/windows2 ntfs-3g defaults 0 0





Save!



Lalu reboot sistem, selesai... nanti akan muncul shortcut nya di desktop,







oia lupa, Untuk umount partisi,


Code:

# umount /dev/sda5

Moga bermanfaat...



Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


 


All times are GMT +7. The time now is 04:13 PM.


no new posts