-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mountpoint /media is too small #5
Comments
Could you tell me where you found out about the 1.5GB limitation? That would indeed be a problem... |
$ df
Filesystem 1K-blocks Used Available Use% Mounted on
udev 1753632 0 1753632 0% /dev
tmpfs 351820 8728 343092 3% /run
/dev/sda3 2889582948 136064568 2607000448 5% /writable
/dev/loop0 76288 76288 0 100% /
/dev/loop1 113536 113536 0 100% /lib/modules
tmpfs 1759080 4 1759076 1% /etc/fstab
tmpfs 1759080 0 1759080 0% /dev/shm
tmpfs 5120 0 5120 0% /run/lock
tmpfs 1759080 0 1759080 0% /sys/fs/cgroup
tmpfs 1759080 0 1759080 0% /var/lib/sudo
tmpfs 1759080 230492 1528588 14% /media
it looks like all tmps filesystem have the same size ...
|
I found new information : and the default size of tmpfs is half the RAM size (http://manpages.ubuntu.com/manpages/xenial/man8/mount.8.html#contenttoc33)... need to add Mount options for tmpfs : size=nbytes |
the folder is mounter with a size of 1.5 Go which is quite small ... How can we configure it ?
or is it possible to move /media/transmissionbt to /writable/transmissionbt so we don't have this limitation ??
The text was updated successfully, but these errors were encountered: