hello, my sql server has not been starting. i am using the express version and it is installed on my laptop for development purposes(university). my error log is as follows:
2023-11-21 18:27:11.66 spid20s A new instance of the full-text filter daemon host process has been successfully started.
2023-11-21 18:27:11.68 Server Common language runtime (CLR) functionality initialized using CLR version v4.0.30319 from C:\Windows\Microsoft.NET\Framework64\v4.0.30319.
2023-11-21 18:27:11.69 spid9s Starting up database 'msdb'.
2023-11-21 18:27:11.69 spid14s Starting up database 'mssqlsystemresource'.
2023-11-21 18:27:11.69 spid9s Error: 17204, Severity: 16, State: 1.
2023-11-21 18:27:11.69 spid9s FCB::Open failed: Could not open file d:\dbs\sh\s19s\0924_133725\cmd\2\obj\x64retail\sql\mkmastr\databases\mkmastr.proj\MSDBData.mdf for file number 1. OS error: 3(The system cannot find the path specified.).
2023-11-21 18:27:11.69 spid9s Error: 5120, Severity: 16, State: 101.
2023-11-21 18:27:11.69 spid9s Unable to open the physical file "d:\dbs\sh\s19s\0924_133725\cmd\2\obj\x64retail\sql\mkmastr\databases\mkmastr.proj\MSDBData.mdf". Operating system error 3: "3(The system cannot find the path specified.)".
2023-11-21 18:27:11.69 spid9s Error: 17207, Severity: 16, State: 1.
2023-11-21 18:27:11.69 spid9s FileMgr::StartLogFiles: Operating system error 2(The system cannot find the file specified.) occurred while creating or opening file 'd:\dbs\sh\s19s\0924_133725\cmd\2\obj\x64retail\sql\mkmastr\databases\mkmastr.proj\MSDBLog.ldf'. Diagnose and correct the operating system error, and retry the operation.
2023-11-21 18:27:11.69 spid9s File activation failure. The physical file name "d:\dbs\sh\s19s\0924_133725\cmd\2\obj\x64retail\sql\mkmastr\databases\mkmastr.proj\MSDBLog.ldf" may be incorrect.
2023-11-21 18:27:11.70 spid14s The resource database build version is 15.00.2000. This is an informational message only. No user action is required.
2023-11-21 18:27:11.71 spid14s Starting up database 'model'.
2023-11-21 18:27:11.71 spid14s Error: 17204, Severity: 16, State: 1.
2023-11-21 18:27:11.71 spid14s FCB::Open failed: Could not open file d:\dbs\sh\s19s\0924_133725\cmd\2\obj\x64retail\sql\mkmastr\databases\mkmastr.proj\model.mdf for file number 1. OS error: 3(The system cannot find the path specified.).
2023-11-21 18:27:11.71 spid14s Error: 5120, Severity: 16, State: 101.
2023-11-21 18:27:11.71 spid14s Unable to open the physical file "d:\dbs\sh\s19s\0924_133725\cmd\2\obj\x64retail\sql\mkmastr\databases\mkmastr.proj\model.mdf". Operating system error 3: "3(The system cannot find the path specified.)".
2023-11-21 18:27:11.71 spid14s Error: 17207, Severity: 16, State: 1.
2023-11-21 18:27:11.71 spid14s FileMgr::StartLogFiles: Operating system error 2(The system cannot find the file specified.) occurred while creating or opening file 'd:\dbs\sh\s19s\0924_133725\cmd\2\obj\x64retail\sql\mkmastr\databases\mkmastr.proj\modellog.ldf'. Diagnose and correct the operating system error, and retry the operation.
2023-11-21 18:27:11.71 spid14s File activation failure. The physical file name "d:\dbs\sh\s19s\0924_133725\cmd\2\obj\x64retail\sql\mkmastr\databases\mkmastr.proj\modellog.ldf" may be incorrect.
2023-11-21 18:27:11.71 spid14s Error: 945, Severity: 14, State: 2.
2023-11-21 18:27:11.71 spid14s Database 'model' cannot be opened due to inaccessible files or insufficient memory or disk space. See the SQL Server errorlog for details.
2023-11-21 18:27:11.71 spid14s SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informational message only; no user action is required.
grateful if anyone could help!