You are not logged in.
Pages: 1
$sudo mount /dev/sda1 /media
mount: warning: /media seems to be mounted read-only.$ groups
lp wheel games network video audio optical storage power howardtrying to mount my music hard drive in /media for audacious. it's ntfs and ide if that makes a difference. gives me permission denied pop-up in thunar and in audacious.
not sure where to start exactly.
Last edited by howard (2011-10-20 00:31:58)
Offline
it's ntfs and ide if that makes a difference
Yes: it does https://wiki.archlinux.org/index.php/Ntfs
Offline
howard wrote:it's ntfs and ide if that makes a difference
Yes: it does https://wiki.archlinux.org/index.php/Ntfs
Yep!
$sudo ntfs-3g /dev/sda1 /mediaThanks a lot, jason.
Offline
Pages: 1