Hi
I hope this isn't me being stupid.
This used to work for me every time in a kickstart postinstall script with Fedora 14
mkdir /mnt/netshare
mount -t cifs //xxx.xxx.xxx.xxx/data /mnt/netshare -o username=user -o password=pass
The same script with a Fedora 15 install throws this error
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
The kickstart script is hosted on a remote http server so I'm confident the nic was working.
The same mount command works after the first reboot.
Any ideas please ?