Link to home
Start Free TrialLog in
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
Avatar of Maciej S
Maciej S
Flag of Poland image

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.
Avatar of AxelSI
AxelSI

ASKER

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

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial