Skip to main content

Thread: Ubuntu 11.10 MediaTomb NTFS


i running ubuntu 11.10
have gotten samba working!
next problem mediatomb

2 drives data want stream both out of windows pc
ntfs disk.

when try add directories web gui of mediatomb
error: not list directory /media/server : permission denied

thoughts?

sounds though need mount drives.

first run

code:
sudo fdisk -l
this tells information need drives attached computer. looking /dev/sda1, /dev/sda2 , on. note drive trying mount.

create mount point. create mine in home directory

code:
mkdir directory_name
eg. example of how mounted usb drive. sdc1 device (usb drive name). usb_drive folder created in home directory , serves mount point usb drive trying mount.


code:
sudo  mount /dev/sdc1 /home/foska/usb_drive

not linux guru stretch of imagination did , worked!


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Ubuntu 11.10 MediaTomb NTFS


Ubuntu

Comments