Forums

Resolved
0 votes
Hi All,

I've hit an issue with /boot. I think it is being set up unsafely small in 7.x but I can't remember if I set the size of mine manually or let the installer decide.

Please can you let me know the size of /boot (normally /dev/sda1 - use "df -h")? Also what is file system type (from the command "mount", probably xfs, lvm or some form of ext) and can you remember if you set it manually or did you let the installer set it?

TIA,

Nick
Saturday, September 10 2016, 01:27 PM
Share this post:
Responses (5)
  • Accepted Answer

    Sunday, September 11 2016, 05:53 PM - #Permalink
    Resolved
    0 votes
    Thanks, Patrick. I must have scored an own-goal manually partitioning to the ClearOS 6 size. Fortunately I was able to move the partitions to grow sda1 so I'm ok now and don't need to file a bug.
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, September 11 2016, 01:47 PM - #Permalink
    Resolved
    0 votes
    Hi Nick,

    I've installed ClearOS7 used the default settings:

    df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/mapper/clearos-root 225G 26G 200G 12% /
    devtmpfs 7.3G 0 7.3G 0% /dev
    tmpfs 7.3G 48K 7.3G 1% /dev/shm
    tmpfs 7.3G 661M 6.7G 9% /run
    tmpfs 7.3G 0 7.3G 0% /sys/fs/cgroup
    /dev/sdb1 3.6T 2.1T 1.4T 60% /var/flexshare/shares
    /dev/sda1 497M 216M 282M 44% /boot
    tmpfs 1.5G 0 1.5G 0% /run/user/991
    tmpfs 1.5G 0 1.5G 0% /run/user/0
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, September 10 2016, 02:29 PM - #Permalink
    Resolved
    0 votes
    indeed, well spotted!


    df --help
    Usage: df [OPTION]... [FILE]...
    Show information about the file system on which each FILE resides,
    or all file systems by default.

    -T, --print-type --> print file system type

    -h, --human-readable --> print sizes in human readable format (e.g., 1K 234M 2G)
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, September 10 2016, 02:05 PM - #Permalink
    Resolved
    0 votes
    Oh well, if that is default then I must have set mine manually to 200MB (which is bigger than the ClearOS 5.x and possibly 6.x default), but not big enough for 7.x to be safe. The original kernel + 2 updates blew my 200MB and left the system unbootable. I increased it to 500MB yesterday.

    Thanks.

    P.S. seeing your command, "df -Th" becomes an all-in-one solution! I did not know "df -T".
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, September 10 2016, 01:57 PM - #Permalink
    Resolved
    0 votes
    Hi Nick,


    [root@gandalf ~]# df -T
    Filesystem Type 1K-blocks Used Available Use% Mounted on
    /dev/mapper/clearos-root xfs 232936320 2394188 230542132 2% /
    devtmpfs devtmpfs 16431728 0 16431728 0% /dev
    tmpfs tmpfs 16441928 0 16441928 0% /dev/shm
    tmpfs tmpfs 16441928 16972 16424956 1% /run
    tmpfs tmpfs 16441928 0 16441928 0% /sys/fs/cgroup
    /dev/sda1 xfs 508588 172688 335900 34% /boot
    tmpfs tmpfs 3288388 0 3288388 0% /run/user/991
    tmpfs tmpfs 3288388 0 3288388 0% /run/user/0




    [root@gandalf ~]# df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/mapper/clearos-root 223G 2.3G 220G 2% /
    devtmpfs 16G 0 16G 0% /dev
    tmpfs 16G 0 16G 0% /dev/shm
    tmpfs 16G 17M 16G 1% /run
    tmpfs 16G 0 16G 0% /sys/fs/cgroup
    /dev/sda1 497M 169M 329M 34% /boot
    tmpfs 3.2G 0 3.2G 0% /run/user/991
    tmpfs 3.2G 0 3.2G 0% /run/user/0


    This is a default installation thus I the installer did the work.
    The reply is currently minimized Show
Your Reply