OK,
I have no clue what’s going on with Linux but can we stop breaking things every update?
I haven’t changed anything except —> I reformatted 1 drive from NTFS to EXT4.
Thats it.
NTFS update broken NTFS
next update ( or was it the 3rd next update) broke samba
this update uninstalled the NVIDIA graphics driver, 580.xx.xx–I got it reinstalled but the update left me with a 1 resolution driver = 1024x768. Any way we can get the update routine to either
Sigh…OK…the graphics driver is back and working as it should be.
I STILL cannot connect to my samba shares..I am unsure which update broke this.
I have been using the same 4 mount commands for 3 years with zero issues and today they will not mount the shares.
BUT I can mount them in dolphin on both the client and the server.
AT least one of the updates removed a driver (NVIDIA graphics and did not update or reinstall it).
So, it is highly likely that the update also pooched my samba.
This is the commands I have been using for 3 years now with zero issues and none of them work after the latest update
#/bin/bash
#mount Media Server shared drive
sudo mount -t cifs -o username=noobr,pass='mypassword',dir_mode=0777,file_mode=0777 //192.168.1.4/Media/ /mnt/MediaShare/
#mount personal data back up folder
sudo mount -t cifs -o username=noobr,pass='mypassword',dir_mode=0777,file_mode=0777 //192.168.1.3/dadbackup /home/noobr/shares/dadbackup
#mount personal data back up folder2
sudo mount -t cifs -o username=noobr,pass='mypassword',dir_mode=0777,file_mode=0777 //192.168.1.3/dadbackup2 /home/noobr/shares/dadbackup2
#mount personal data back up folder3
sudo mount -t cifs -o username=noobr,pass='mypassword',dir_mode=0777,file_mode=0777 //192.168.1.3/dadbackup3 /home/noobr/shares/dadbackup3
exit
If I use dolphin I can browse the shares, copy form them read and write to them etc,etc,etc…but when i try to mount them using the terminal I get an error:
mount error: cifs filesystem not supported by the system
mount error(19): No such device
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
below returns nothing:
$lsmod | grep cifs.ko
$
below returns nothing:
$find /lib/modules/ -name cifs.ko
$
$modprobe cifs
modprobe: FATAL: Module cifs not found in directory /lib/modules/7.1.10-zen1-1-zen
$
I did this twice now: no effect CIFS still missing:
''warning: cifs-utils-7.5-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Package (1) Old Version New Version Net Change
extra/cifs-utils 7.5-1 7.5-1 0.00 MiB
Total Installed Size: 0.28 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring [--------------------------------------------------------] 100%
(1/1) checking package integrity [--------------------------------------------------------] 100%
(1/1) loading package files [--------------------------------------------------------] 100%
(1/1) checking for file conflicts [--------------------------------------------------------] 100%
:: Processing package changes...
(1/1) reinstalling cifs-utils [--------------------------------------------------------] 100%
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Checking which packages need to be rebuilt
I am unsure where to go from here?
Any help would be appreciated and I need to get a better backup system.
I can’t have both my servers being brought down due to updates every 2nd or 3rd update–that’s one of the exact reasons I left Wingarbage.
Can Anyone suggest a software that will track all update changes and revert all updated packages back to their old ones if I need to do that because an update broke something?