add line to fstab

Hello

applogise for my ignorance, but how, and with what format, do i add this to fstab?

mount -t cifs -o guest //192.168.178.14/MP3 /mnt/MP3
i mounted with this line succesfully an MP3 dir on my nas, now i want to mount it everytime i boot my computer

Kind regards

//server/share   /path_to/mount   cifs   guest,_netdev   0 0

More here (during Aussie time): http://swerdna.dyndns.org/susesambacifs.html

To edit fstab run this in console in KDE:

kdesu kwrite /etc/fstab

then simply type it in. Make the last line in fstab to be empty.
or Gnome is

gnomesu gedit /etc/fstab

thank you

that did it

by doing: mount -a, i was able to update fstab without reboot

On 2014-11-30 12:36, swerdna wrote:

> Code:
> --------------------
> //server/share /path_to/mount cifs guest,_netdev 0 0
> --------------------

What does the “guest” option do? I do not see it in man fstab of mount. :-?


Cheers / Saludos,

Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)

On 11/30/2014 11:58 AM, Carlos E. R. wrote:
> On 2014-11-30 12:36, swerdna wrote:
>
>> Code:
>> --------------------
>> //server/share /path_to/mount cifs guest,_netdev 0 0
>> --------------------
>
> What does the “guest” option do? I do not see it in man fstab of mount. :-?
>
Carlos E. R.;
From “man mount.cifs (8)”

guest
don’t prompt for a password


P.V.
“We’re all in this together, I’m pulling for you” Red Green

On 2014-12-01 00:24, PV wrote:
> On 11/30/2014 11:58 AM, Carlos E. R. wrote:

> From “man mount.cifs (8)”
>
> guest
> don’t prompt for a password

Ah, mount.cifs, thanks. I’ll try to remember that one.


Cheers / Saludos,

Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)

Indeed, some of my network directoryś has guest login