LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Samba share ntfs mount (https://www.linuxquestions.org/questions/linux-software-2/samba-share-ntfs-mount-503679/)

sqrt 11-21-2006 03:36 PM

Samba share ntfs mount
 
Hey guys

I broke my windoze and got one of these nice blue screans. Even reinstallation wont work. But lucky my FC 5 is still working.

All data I need to save is on a NTFS hd which I mounted to linux using

mount -t ntfs /mnt/ntfs /dev/hda1

If I do share this folder (/mnt/ntfs) I get an access dinied messeg when I try to acces this folder from win2k.

if I do share / for instans I can easily access most folders an files bu do not see the mount point.

Does anybody know a solution?

MY smb.conf :

[global]
workgroup = netz
netbios name = samba
encrypt passwords = no

[mnt]
public = yes
read only = yes
directory mask = 0755
path = /mnt
locking = no

[hda]
path = /
readonly = yes

Tanks in advance ...

fordeck 11-21-2006 04:44 PM

I'm assuming that your just trying to get the files off of the old ntfs drive on to your win2k box? If this is the case have you tried using
smbmount //shared/drive /mount/point -o username=<username>

to mount a share on your win2k box to your linux box?

sqrt 11-22-2006 03:40 PM

Thank you I found a similar solution: mount -t cifs -o username=username etc.

But I am still interested if there is a way to get it working the way I wanted it to work in first place. If Anybody knows pleas let me know.


All times are GMT -5. The time now is 08:50 PM.