LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   mount samba folder (https://www.linuxquestions.org/questions/linux-networking-3/mount-samba-folder-346018/)

alaios 07-23-2005 12:39 PM

mount samba folder
 
Hi i have learned to issue this command when i want to access a remote fodler
mount -t smbfs //perasma/mp3 /media/mp3
I want this folder to be mounted automaticalluy at startup so i need some help how to add this line to the /etc/fstab
The password is null
so each time it promts me for password i just press enter.. dont know how i can denote this on /etc/fstab
The folder want to be mounted from all users on my system... so what permissions must have the folder /media/mp3?


My /etc/fstab looks like that

Code:

/dev/hda7            /                    reiserfs  acl,user_xattr        1 1
/dev/hda6            swap                swap      pri=42                0 0
devpts              /dev/pts            devpts    mode=0620,gid=5      0 0
proc                /proc                proc      defaults              0 0
usbfs                /proc/bus/usb        usbfs      noauto                0 0
sysfs                /sys                sysfs      noauto                0 0
/dev/cdrecorder      /media/cdrecorder    subfs      noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/dvd            /media/dvd          subfs      noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0
/dev/fd0            /media/floppy        subfs      noauto,fs=floppyfss,procuid,nodev,nosuid,sync 0 0
~
~
~
~
~


Nathanael 07-23-2005 01:43 PM

google...
have look at the first listing

http://www.google.co.uk/search?hl=en...e+Search&meta=

darin3200 07-23-2005 03:14 PM

first try just simply putting in
//perasma/mp3 /media/mp3 smbfs rw 0 0
and if that doesn't work try
smb://perasma/mp3 /media/mp3 smbfs rw 0 0


All times are GMT -5. The time now is 04:23 AM.