View previous topic :: View next topic |
Author |
Message |
Interrobang n00b
Joined: 01 Jul 2024 Posts: 1
|
Posted: Tue Jul 16, 2024 8:45 am Post subject: Local filesystems question |
|
|
I seen this on the beginning of initialization and then goes to login. Where do I find errors in boot process?
This is my fstab:
Code: | /dev/sdb1 /boot vfat defaults,noatime 0 2
/dev/sdb2 / ext4 rw,noatime,discard 0 1
/dev/sda1 swap none sw 0 0
/dev/sda2 /var ext4 defaults 0 1
/dev/sda3 /home ext4 defaults 0 1 |
|
|
Back to top |
|
|
imbruxo n00b
Joined: 23 Mar 2024 Posts: 16
|
Posted: Tue Jul 16, 2024 1:19 pm Post subject: Re: Local filesystems question |
|
|
Interrobang wrote: | I seen this on the beginning of initialization and then goes to login. Where do I find errors in boot process?
This is my fstab:
Code: | /dev/sdb1 /boot vfat defaults,noatime 0 2
/dev/sdb2 / ext4 rw,noatime,discard 0 1
/dev/sda1 swap none sw 0 0
/dev/sda2 /var ext4 defaults 0 1
/dev/sda3 /home ext4 defaults 0 1 |
|
I recommend changing /dev/sdX to a UUID to ensure the correct block device is selected.
It is advisable to use genfstab command if you will so.
you can find standalone version too. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|