Avatar of AxelSI
AxelSI
 asked on

mount /backup on linux centos

Hi there,

I have a Nas with a share on it and I have a centos linux OS.

On client Linux:
I type the command mount -t 192.165.34.23:/volume1/sauv /mnt -> ok
I type the command mount -t 192.165.34.23:/volume1/sauv /mnt/backup -> it is not ok
I type the command mount -t 192.165.34.23:/volume1/sauv /backup -> it is not ok

Please help, how I can mount /backup  ?  I don't understand ...

Thank,

Regards,

AxelSI
Linux Distributions

Avatar of undefined
Last Comment
Maciej S

8/22/2022 - Mon
Maciej S

Remove "-t" from your commands (it needs an argument) and check again.
You may also try "-t nfs" (if these shares are nfs).

Post output if that does not work.
AxelSI

ASKER
In the both case, I have the answer
mount /backup doesn't exists
ASKER CERTIFIED SOLUTION
Maciej S

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy