2015年3月1日 星期日

ownCloud單檔上傳上限

Dealing with Big File Uploads
https://doc.owncloud.org/server/6.0/admin_manual/configuration/configuring_big_file_upload.html





ref:
ownCloud修改上傳檔案大小上限 / Change ownCloud Upload File Max Size
http://pulipuli.blogspot.tw/2014/08/owncloud-change-owncloud-upload-file.html

ownCloud結合SFTP規劃 / Integrate SFTP to ownCloud
http://pulipuli.blogspot.tw/2014/07/owncloudsftp-combine-sftp-in-owncloud.html

tag:
upload_max_filesize  大檔 檔案上限

ownCloud預設的user files存放路徑

https://doc.owncloud.org/server/7.0/admin_manual/configuration/config_sample_php_parameters.html

'datadirectory' => '/var/www/owncloud/data',
Where user files are stored; this defaults to data/ in the ownCloud directory. The SQLite database is also stored here, when you use SQLite. (SQLite is available only in ownCloud Community Edition)

Red Hat Enterprise Linux 7官方手冊

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/index.html

CentOS 7安裝使用自動配置分頁(Automatically configure partitioning)選項home會很大

[root@localhost ~]# df -BG
檔案系統                1G-區段  已用  可用 已用% 掛載點
/dev/mapper/centos-root     50G    4G   47G    8% /
devtmpfs                     2G    0G    2G    0% /dev
tmpfs                        2G    1G    2G    1% /dev/shm
tmpfs                        2G    1G    2G    1% /run
tmpfs                        2G    0G    2G    0% /sys/fs/cgroup
/dev/mapper/centos-home    458G    1G  458G    1% /home
/dev/sda1                    1G    1G    1G   24% /boot



ref:
Recommended Partitioning Scheme
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/s2-diskpartrecommend-x86.html

The ultimate guide: Owncloud 8 on CentOS 7.x – step by step. Will work 100%
http://reviews.myhken.com/the-ultimate-guide-owncloud-on-centos-7/