2010/2/8 Andri <[email protected]>

> ane ada masalah jg nih...
>
> Cuz masih 'dual-boot', document rootny ada d drive NTFS. So ane rubah
> settinganny jadi gini
>
>
> DocumentRoot /media/htdocs
>     <Directory />
>         Options FollowSymLinks
>         AllowOverride None
>     </Directory>
>     <Directory /media/htdocs/>
>         Options Indexes FollowSymLinks MultiViews
>         AllowOverride None
>         Order allow,deny
>         allow from all
>     </Directory>
>
> Tp sekarang buka http://localhost jadi 403...(padahal pas dulu pake jaunty
> nggak). Liat di permission /media/htdocs, 700. Mo chmod jadi 755 ataupun d
> chown, permissionya tetep ga berubah, ttp 700 (dah pake verbose, tapi tak
> ada tanda2 error).
>
> Kenapa yah?
> <http://groups.google.com/group/klub-linux-bandung?hl=en>
>

kemungkinan karena Anda belum install ntfs-3g.. seperti pada link [1]
"Ubuntu is capable of reading and writing files stored on Windows formatted
partitions. These partitions are normally formatted with NTFS, but are
sometimes formatted with FAT32. You will also see FAT16 on other devices."
hal-hal yg bisa dilakukan :
- install ntfs-3g
- edit fstab, sebelum ngedit di copy dulu  aslinya

r...@ubuntu:~# cp /etc/fstab /etc/fstab.orig

- cari hasil baris mount otomatis /media/htdocs di fstab, diasumsikan htdocs
ini adalah nama sebuah paritisi hardisk eksternal/internal yg punya
filesistem NTFS
- setelah itu diubah barisnya menjadi seperti ini :

<your partition> /media/<mount point> ntfs-3g defaults,locale=en_US.utf8 0 0


[1] http://bit.ly/ata2HX

-- 
Agus Setiawan
www.agussetiawan.net

-- 
You received this message because you are subscribed to the Google Groups "Klub 
Linux Bandung" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/klub-linux-bandung?hl=en.

Kirim email ke