Share a mount NTFS with other PCs

Ouattara Oumar Aziz wattazoum at gmail.com
Thu Jul 20 07:34:02 UTC 2006


> Ok, I'm pretty sure I have samba working correctly, but fstab may be
> messed up. When I try to browse the shared ntfs folder from another
> computer, I can see my shared folders, but I cannot list the contents
> or sub directories. Is there a special fstab comand I need to have to
> allow shared listing of the directory?
> 
make an 'ls -l /media/'
get the result for your ntfs partition
here is mine "dr-xr-x---  1 root plugdev  8192 2006-07-19 01:31 hda1"
So my partition can only be read by root and plugdev group.
Edit /etc/fstab using : $ sudo gedit /etc/fstab . change umask to 001 on 
the line concerning your ntfs partition. Save, unmount and remount it.
now :
~$ ls -l /media/
total 28
lrwxrwxrwx  1 root root        6 2006-07-13 13:35 cdrom -> cdrom0
drwxr-xr-x  2 root root     4096 2006-07-13 13:35 cdrom0
dr-xr-xr--  1 root plugdev  8192 2006-07-19 01:31 hda1
drwxrwx--- 14 root plugdev 16384 1970-01-01 01:00 hda5

You got read access for *other* . Now you should be able to share your 
directory.

	

	
		
___________________________________________________________________________ 
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! 
Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences. 
http://fr.answers.yahoo.com 






More information about the ubuntu-users mailing list