Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

/var/log tmpfs is not in /etc/mtab and does not show up/is not re-sizable.

Featured Replies

I'm putting this here more of a placeholder. I've already mentioned this to Tom.

 

The mounting of /var/log tmpfs happens to early in /etc/rc.d/rc.S

It needs to move after mtab is removed and re-initialized, otherwise it never shows up in the mtab and you cannot resize it.

 

Example:

 

# limetech - move /var/log to a tmpfs

+ :

- mv /var/log/* /var/empty

- mount -t tmpfs -o size=128m,mode=0755 tmpfs /var/log

- mv /var/empty/* /var/log

fi # Done checking root filesystem

 

# Any /etc/mtab that exists here is old, so we start with a new one:

/bin/rm -f /etc/mtab{,~,.tmp} && /bin/touch /etc/mtab

 

# Add entry for / to /etc/mtab:

/sbin/mount -f -w /

 

+ mv /var/log/* /var/empty

+ mount -t tmpfs -o size=128m,mode=0755 tmpfs /var/log

+ mv /var/empty/* /var/log

 

While it is mounted, you cannot resize it and that could be an issue during problem solving.

unRAID 6 Beta 12

 

root@unRAIDb:/etc/rc.d# df -vH

Filesystem      Size  Used Avail Use% Mounted on

/dev/sda1        65G  372M  64G  1% /boot

 

root@unRAIDb:/var/log# dd if=/dev/zero of=test.dd bs=1024

dd: error writing ‘test.dd’: No space left on device

129005+0 records in

129004+0 records out

132100096 bytes (132 MB) copied, 0.245718 s, 538 MB/s

 

root@unRAIDb:/var/log# df -vH

Filesystem      Size  Used Avail Use% Mounted on

/dev/sda1        65G  372M  64G  1% /boot

 

vs unRAID 5.0.6

 

root@unRAID:/# df -vH

Filesystem            Size  Used  Avail Use% Mounted on

tmpfs                  135M  500k  134M  1% /var/log

/dev/sdf1              16G  2.1G    14G  13% /boot

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.