How can i fix it?

|
2022-09-18 10:59:28
Instead of ususal shutdown screen, it was like a glitch so i force shutdown the pc (power button long press)
2022-09-18 11:00:15
After that i booted the system, and typed in the password and it stuck there with this error. But i can access tty
2022-09-18 14:00:09
How can i fix it?
Richard 2022-09-18 14:15:43
2022-09-18 14:00:09
How can i fix it?

Somehow mounting /temp failed. What does ‘mount /tmp’ say?

2022-09-19 07:50:15
Richard 2022-09-18 14:15:43
Somehow mounting /temp failed. What does ‘mount /tmp’ say?

Output
mount: /tmp: cant find in /etc/fstab

2022-09-19 07:57:07
sudo apt-get clean fixed it
2022-09-19 08:26:53
now my root partition is full 0 kb, but managed to free up some space by removing old kernals, but that freed up space of 618mb.
2022-09-19 08:28:05
i googled up and mostly came up with sudo apt autoremove, apt clean and apt autoclean. these barely freed space. can i get a link to some article or something that can help me with freeying up space from root
gnutechie 2022-09-19 09:22:11
ok first of all… apt-get should have nothing to do with /etc/fstab and mounting in tmp…

what line is there for /tmp in /etc/fstab in the first place?

gnutechie 2022-09-19 09:27:08
And with regards to storage space… you first need 2 things. One is to keep only TWO versions of the kernel… two that all your hardware works with… and that have no trouble with dkms (if you need to install kernel modules that are not in the repositories). Then you have to figure out what’s eating your space. Have you checked whether there are oversized logs that eat up your space? Have you done any looking around with df and du to see where is the bulk of your files? Do you have big ISO files or mp4 movie files that are taking up your drive? Keeping your computer in a runnable state is not covered in a tutorial… it’s a constant process.
gnutechie 2022-09-19 09:28:17
And that’s not just Debian specific. That applies in ANY distro you use as a daily driver.
2022-09-19 10:17:16
gnutechie 2022-09-19 09:22:11
ok first of all… apt-get should have nothing to do with /etc/fstab and mounting in tmp…

what line is there for /tmp in /etc/fstab in the first place?

i dont know about that, but got that from debian forum

2022-09-19 10:20:48
debian_gnulinux-18583.jpg

Richard 2022-09-19 11:06:32
gnutechie 2022-09-19 09:22:11
ok first of all… apt-get should have nothing to do with /etc/fstab and mounting in tmp…

what line is there for /tmp in /etc/fstab in the first place?

Possibly the system run out of space and something during the boot process failed for that reason.

Richard 2022-09-19 11:10:20
What does ‘df’ say?
BabbuGosha 2022-09-19 12:08:45
df(1) [suse man page]
https://www.unix.com/man-page/suse/1/df/

df(1) [suse man page]Unix
This manual page documents the GNU version of df. df displays the amount of disk space available on the file system containing each file name argument. If no file name is given, the space available on all currently mounted file sy
Suman_Panchal 2022-09-19 14:18:24
i want to connect wifi in debian ! I am using debian 11 in Virtual box !
Suman_Panchal 2022-09-19 14:18:33
I am unable to do so as there is no wifi
Suman_Panchal 2022-09-19 14:19:20
I am getting many errors for not connecting to deb,debian | also security.debian and all
ciampix 2022-09-19 14:25:34
Suman_Panchal 2022-09-19 14:18:24
i want to connect wifi in debian ! I am using debian 11 in Virtual box !

if you are using debian un Vbox you should not see the wifi adapter directly unless it was a usb device, in which case you have to enable it in the usb settings of vbox…

Suman_Panchal 2022-09-19 14:26:14
HOw I can ?
Marley 2022-09-19 16:27:59
Hello I am planning to change my windows laptop to debian, I have 3 external monitors, 1 uses hdmi the other 2 using a usb to dual hdmi out adapter. Does anyone know if there is a sure to work adapter that will allow me to continue the same? I seen some displaylink supported adapters by a company called startech, but they say ubuntu, I know ubuntu is based off debian. Thanks
gnutechie 2022-09-19 21:56:05
2022-09-19 10:17:16
i dont know about that, but got that from debian forum

Ok what the image says is that the bulk of your space is occupied by files in the home folder. Take a look at your downloads folder or any other folder that might be taking up too much space

gnutechie 2022-09-19 22:51:27
Marley 2022-09-19 16:27:59
Hello I am planning to change my windows laptop to debian, I have 3 external monitors, 1 uses hdmi the other 2 using a usb to dual hdmi out adapter. Does anyone know if there is a sure to work adapter that will allow me to continue the same? I seen some displaylink supported adapters by a company called startech, but they say ubuntu, I know ubuntu is based off debian. Thanks

Displaylink devices are usable in Debian. You need to set them up using the script in this github repository: https://github.com/AdnanHodzic/displaylink-debian

GitHub – AdnanHodzic/displaylink-debian: DisplayLink driver installer for Debian and Ubuntu based Linux distributions.GitHub
DisplayLink driver installer for Debian and Ubuntu based Linux distributions. – GitHub – AdnanHodzic/displaylink-debian: DisplayLink driver installer for Debian and Ubuntu based Linux distributions.
gnutechie 2022-09-19 23:02:27
Keep up the good work and enjoy your Debian install 🙂
2022-09-19 23:31:27
gnutechie 2022-09-19 21:56:05
Ok what the image says is that the bulk of your space is occupied by files in the home folder. Take a look at your downloads folder or any other folder that might be taking up too much space

Yes, but i have a seperate partition for /home

2022-09-19 23:31:39
The rest 30gb is for /root
gnutechie 2022-09-19 23:31:57
/root is not full but /home is
gnutechie 2022-09-19 23:32:32
at least according to your ncdu results.
2022-09-19 23:33:16
gnutechie 2022-09-19 23:32:32
at least according to your ncdu results.

Yes, it shows like that

gnutechie 2022-09-19 23:33:36
Try this on a terminal: df -h
check the size, used and avail columns for /home

does it show /home used as 100% ?

2022-09-19 23:34:09
But when i use dolphin i have more than 50gb left in homr and 2gb in root (after deleting old kernals)
2022-09-19 23:34:28
gnutechie 2022-09-19 23:33:36
Try this on a terminal: df -h
check the size, used and avail columns for /home

does it show /home used as 100% ?

Yes this command showed exact results like dolphin

2022-09-19 23:34:34
gnutechie 2022-09-19 23:33:36
Try this on a terminal: df -h
check the size, used and avail columns for /home

does it show /home used as 100% ?

Nope

gnutechie 2022-09-19 23:34:43
so what does it show?
|