Hi all..
I am trying out Kubuntu 20.04 on a PC with a Hot-Swap boot disk set-up. I am struggling to mount a remote drive over my home Network using the CIFS/SAMBA interface. I routinely use Ubuntu and Suse on other boot up disks and DON'T have any issues mounting the drive when running them.. so is there something I need to do in Kubuntu that I'm unaware of?
The drive I am trying to mount is like a primitive NAS. It's a single disk Seagate GoFlex system and is about 8 years old (although the disk in it is much newer). The GoFlex runs a primitive Linux system (which I can log into using ssh) but uses the Windows SAMBA interface (as I understand it).
Placing
//192.168.1.6/GoFlex\040Home\040Personal /mnt/goflex_link cifs credentials=/home/paul/.smbcredentials,iocharset=utf8,sec=ntlm,uid=1000 0 0
in my /etc/fstab file, and the appropriate .smbcredentials file in my home directory, allows me to mount the drive just fine in Ubuntu and Suse, but just does not seem to work in Kubuntu.
I keep getting the following no matter what I try...
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
I'm assuming that there is no firewall by default in Kubuntu? I have intsalled "cif-utils" and "samba" using sudo apt-get install. I can ping the drive just fine.
Anyone got any ideas what's going wrong?
Thanks
I am trying out Kubuntu 20.04 on a PC with a Hot-Swap boot disk set-up. I am struggling to mount a remote drive over my home Network using the CIFS/SAMBA interface. I routinely use Ubuntu and Suse on other boot up disks and DON'T have any issues mounting the drive when running them.. so is there something I need to do in Kubuntu that I'm unaware of?
The drive I am trying to mount is like a primitive NAS. It's a single disk Seagate GoFlex system and is about 8 years old (although the disk in it is much newer). The GoFlex runs a primitive Linux system (which I can log into using ssh) but uses the Windows SAMBA interface (as I understand it).
Placing
//192.168.1.6/GoFlex\040Home\040Personal /mnt/goflex_link cifs credentials=/home/paul/.smbcredentials,iocharset=utf8,sec=ntlm,uid=1000 0 0
in my /etc/fstab file, and the appropriate .smbcredentials file in my home directory, allows me to mount the drive just fine in Ubuntu and Suse, but just does not seem to work in Kubuntu.
I keep getting the following no matter what I try...
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
I'm assuming that there is no firewall by default in Kubuntu? I have intsalled "cif-utils" and "samba" using sudo apt-get install. I can ping the drive just fine.
Anyone got any ideas what's going wrong?
Thanks
Comment