LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   ntfs network share (https://www.linuxquestions.org/questions/ubuntu-63/ntfs-network-share-500852/)

numbers1thru9 11-12-2006 10:19 AM

ntfs network share
 
I have a ntfs share on my server 2003 box and i want to mount it in my ubuntu server box. i can see the share when i type smbclient -L ip but if i try to use smbmount it says that the command cannot be found. also if i try the mount -t ntfs //ip/sharename /mnt/sharefolder it tells me that the special mount device //ip/sharename does not exist. I only want it to read from this share and my 2003 permissions are set correctly. anyone know how to get this to mount?

numbers1thru9 11-12-2006 10:24 AM

also -t smbfs doesnt work either, that fs type gives a

Quote:

mount: wrong fs type, bad option, bad superblock on //192.168.1.200/Music,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
error

fragos 11-12-2006 05:22 PM

Perhaps this is a permissions issue. Have you tried sudo in front of the commands? The password requested will be your user password. You could also try the GUI approach. System-> Administration-> Shared Folders.


All times are GMT -5. The time now is 09:30 PM.