I need to mount a shared drive so the music will show up in Amarok's collection. I have typed the following:
Samba
sudo mount -t ext4 -o fmask=666,dmask=777,guest //dale-desktop/1TSIDE1 /mnt/music
mount: special device //dale-desktop/1TSIDE1 does not exist
NFS
sudo mount -t ext4 dale-desktop:/1TSIDE1 /mnt/music
mount: special device dale-desktop:/1TSIDE1 does not exist
dale-desktop:/1TSIDE1 sure as heck does exist and is shared. I copied the path right off dolphin where I was browsing it
Can anyone see where I have made some kind of error. I have been trying to get this working for about 2 hours.
I am using Kubuntu 10.10 and the drive I am trying to read is formated to ext4.
Thanks for any help.
Samba
sudo mount -t ext4 -o fmask=666,dmask=777,guest //dale-desktop/1TSIDE1 /mnt/music
mount: special device //dale-desktop/1TSIDE1 does not exist
NFS
sudo mount -t ext4 dale-desktop:/1TSIDE1 /mnt/music
mount: special device dale-desktop:/1TSIDE1 does not exist
dale-desktop:/1TSIDE1 sure as heck does exist and is shared. I copied the path right off dolphin where I was browsing it
Can anyone see where I have made some kind of error. I have been trying to get this working for about 2 hours.
I am using Kubuntu 10.10 and the drive I am trying to read is formated to ext4.
Thanks for any help.
Comment