D
Deleted member 9563
Guest
I think I may have made an error because the system sometimes crashes on reboot. It runs fine otherwise. It says there is a problem with ada0p4 but a
I had decided to make a separate /tmp partition (ada0p4) as part of the scheme, and the problem may be there, or perhaps I should have done something to align sectors after making a 512K boot partition. Here is what I have:
Is there a problem with that? How should I move forward?
fsck allows me to boot again.I had decided to make a separate /tmp partition (ada0p4) as part of the scheme, and the problem may be there, or perhaps I should have done something to align sectors after making a 512K boot partition. Here is what I have:
Code:
% gpart show
=> 34 976773101 ada0 GPT (465G)
34 1024 1 freebsd-boot (512k)
1058 41943040 2 freebsd-ufs (20G)
41944098 20971520 3 freebsd-swap (10G)
62915618 41943040 4 freebsd-ufs (20G)
104858658 67108864 5 freebsd-ufs (32G)
171967522 20971520 6 freebsd-ufs (10G)
192939042 782237696 7 freebsd-ufs (373G)
975176738 1596397 - free - (779M)
Code:
% df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/ada0p2 19G 2.9G 15G 16% /
devfs 1.0k 1.0k 0B 100% /dev
/dev/ada0p4 19G 48M 17G 0% /tmp
/dev/ada0p5 31G 7.8G 20G 27% /usr
/dev/ada0p6 9.7G 34M 8.9G 0% /x
/dev/ada0p7 361G 487M 331G 0% /home
fdescfs 1.0k 1.0k 0B 100% /dev/fd
procfs 4.0k 4.0k 0B 100% /proc
Is there a problem with that? How should I move forward?