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
You may also try "-t nfs" (if these shares are nfs).
Post output if that does not work.