Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
linuxcloudtools [2019_10_30 23:14] stevenlinuxcloudtools [2023_06_22 05:41] – external edit 127.0.0.1
Line 1: Line 1:
- 
 ====== Linux Cloud Tools ====== ====== Linux Cloud Tools ======
 +
 +== last updated on Jan. 23, 2023 ==
 +
 +<WRAP center round info 60%>
 +The Linux Cloud Tools are no longer supported.
 +</WRAP>
  
 See also: [[:tools/linux/release-notes|Linux Cloud Tools Release Notes]]. See also: [[:tools/linux/release-notes|Linux Cloud Tools Release Notes]].
Line 8: Line 13:
 {{:/linuxcloudtools:steps:sme_1_downloading.png}} {{:/linuxcloudtools:steps:sme_1_downloading.png}}
  
-Distributions can be downloaded [[https://storagemadeeasy.com/LinuxDrive/|here]] for Fedora, CentOS, OpenSUSE, and Debian.+Distributions can be downloaded [[https://storagemadeeasy.com/LinuxDrive/|here]] for CentOS, Debian/UbuntuFedora and OpenSUSE.
  
 Please ensure you download the correct package for your distribution. Please ensure you download the correct package for your distribution.
Line 17: Line 22:
  
  
-===== 2 Installing =====+===== 2 Installing and Uninstalling =====
  
-{{:/linuxcloudtools:steps:sme_2_installing.png}}+=== How to install on Ubuntu, Debian, Mint and other Linuxes based on Debian === 
 +1) Download DEB package
  
-As part of the install process you will be asked to install LibFuse which is an open source library that we use to bind our Cloud API for the virtual drive. We also use other core Linux libraries so you may be asked to install these if they are not already installed. These libraries will be needed to be able to use Storage Made Easy for Linux.+2) Open Terminal and go to the folder with the DEB package using cd command
  
 +3) Try to install the DEB package using the command (put your version number in this command):
 +\\
 +```
 +sudo dpkg -i storagemadeeasy_<your_version_number>.deb
 +```
 +\\
 +Note that this command may show errors if there is some missing dependencies. It will be fixed on next step.
 +        
 +4) Run next command to correct a system with broken dependencies:
  
 +```
 +sudo apt install -f
 +```
 +\\
 +If there was some errors on previous step then this command will fix all that errors.
 +Note that this command may work couple minutes.
 +=== How to uninstall on Ubuntu, Debian, Mint and other Linuxes based on Debian ===
 +1) Open Terminal
 +
 +2) Run the command:
 +\\
 +```
 +sudo dpkg --remove storagemadeeasy
 +```
 +\\
 +=== How to install on CentOS or Fedora ===
 +1) Download RPM package for CentOS or Fedora
 +
 +2) If the RPM package is archived then extract it from the archive
 +
 +3) Open Terminal and go to the folder with the RPM package using cd command
 +
 +4) If you are using CentOS then you need to enable EPEL repository if it's not enabled. Run next command:
 +\\
 +```
 +sudo yum install epel-release
 +```
 +\\        
 +5) Install the RPM package using the command (put your version number in this command):
 +\\
 +```
 +sudo yum install --nogpgcheck storagemadeeasy-<your_version_number>.noarch.rpm
 +```
 +\\
 +Note that this command may run for a couple of minutes.
 +=== How to install on OpenSUSE ===
 +1) Download RPM package for OpenSUSE
 +
 +2) Open Terminal and go to a folder with the RPM package using cd command
 +
 +3) Install the RPM package using the command (put tools version number in this command):
 +\\
 +```
 +sudo zypper install storagemadeeasy-<your_version_number>.noarch.rpm
 +```
 +\\
 +Note that this command may run for a couple of minutes.
 +        
 +=== How to uninstall on CentOS, Fedora or OpenSUSE ===
 +1) Open Terminal
 +
 +2) Run command:
 +\\
 +```
 +sudo rpm -e storagemadeeasy
 +```
 +\\
 ===== 3 Post Install ===== ===== 3 Post Install =====
  
Line 30: Line 102:
 {{:/linuxcloudtools:steps:sme_3_post_install.png}} {{:/linuxcloudtools:steps:sme_3_post_install.png}}
  
-After install you will have new icons for the Storage Made Easy Virtual Drive and also for the Storage Made Easy Sync Center.+If upgrading from a version prior to 5.1.3, then after install you will have new icons for the SME EFF Drive and SME EFF Sync Center.
  
 +These applications can also be run from the terminal:
  
-===== 4 Linux Cloud Drive mounting =====+ * smeclient 
 + * smeexplorer 
 + * smesynccenter 
 + * smemount (from the terminal only)
  
  
  
-{{:/linuxcloudtools:steps:sme_4_linux_cloud_drive_mo.png}}+===== 4 Mount folder with EFF Drive =====
  
-When launching the virtual drive client, you will be asked to specify: 
  
-- Your Storage Made Easy username and login +{{:/linuxcloudtools:steps:sme_4_linux_cloud_drive_mo.png}}
- +
-- A mount directory that **must actually exist** on your linux file system.+
  
-(The Linux convention is to use /mnt as the mount directory.)+Launching the EFF Drive when user is not signed in, you will need to follow the steps below:
  
-Once this information has been entered you can click "Mount".+* Specify proxy settings if needed  
 +* Click on 'Sign In' button 
 +* Sign in page will open in the browser, enter 'Sign in' credentials 
 +* If 2FA is set up for the account, then enter 2FA code 
 +Once auth been completed, then you can close the browser login page and go back to the EFF Drive 
 +* In the 'Current folder' field, specify a mount directory that *must actually exist* on your linux file system (The Linux convention is to use /mnt as the mount directory.) 
 +* Click the 'Mount' button 
 +* If the mount folder is not need anymore then it can be unmount by clicking the 'Unmount' button.
  
-**Note:** If you are copying a large amount of files using the drive the access to the directory you mounted may slow down so be aware of this.+==Note:== 
  
 +* If you are copying a large amount of files using the drive the access to the directory you mounted may slow down
 +* The folder is only mounted until Linux restart/shutdown
  
 ===== 5 After Mount ===== ===== 5 After Mount =====
Line 82: Line 164:
  
 ===== 8 Linux Sync Centre ===== ===== 8 Linux Sync Centre =====
- 
- 
  
 {{:/linuxcloudtools:steps:sme_8_linux_sync_centre.png}} {{:/linuxcloudtools:steps:sme_8_linux_sync_centre.png}}
Line 151: Line 231:
  
  
-===== 14 Note===== +===== 14 Additional Points to Note =====
  
 +**File Sizes:** For certain providers we are unable to get the file size after the first cloud sync. This is because the Cloud Storage Providers either do not provide file sizes or they store files in internal formats so the file size is unknown. The Linux File System cannot handle zero file sizes so for files such as this they are given a special file type which is that of a web location or .webloc. These files, when you try and download or copy will launch a web browser and download the file. This will only happen once. On the first download the file size is known so the file is then accessible as normal from the Linux OS.\\ \\ 
  
-{{:/linuxcloudtools:steps:sme_14_note.png}}+**Icon Warning:** If you are in icon view rather than list view the file organiser pulls down data to build the icons. This can take longer to view the file lists until this caching is done.\\ \\ You could choose to use a file manager such as [[https://midnight-commander.org/ | Midnight Commander]] to get around this. Please see [[http://blog.storagemadeeasy.com/using-midnight-commander-to-work-with-amazon-s3-openstack-dropbox-onedrive-and-almost-any-other-cloud/|this]] blog article for further details.\\ \\
  
-**File Sizes:**For certain providers we are unable to get the file size after the first cloud sync. This is because the Cloud Storage Providers either do not provide file sizes or they store files in internal formats so the file size is unknown. The Linux File System cannot handle zero file sizes so for files such as this they are given a special file type which is that of a web location or .webloc. These files, when you try and download or copy will launch a web browser and download the file. This will only happen once. On the first download the file size is known so the file is then accessible as normal from the Linux OS.\\ \\ **Icon Warning:** If you are in icon view rather than list view the file organiser pulls down data to build the icons. This can take longer to view the file lists until this caching is done.\\ \\ You could choose to use a file manager such as midnight commander to get around this. Please see [[http://blog.storagemadeeasy.com/using-midnight-commander-to-work-with-amazon-s3-openstack-dropbox-onedrive-and-almost-any-other-cloud/|this]] blog article for further details.\\ \\ **Headless Mode:**If you require the use of the Apps from the command line ie. in headless mode then please read [[http://blog.storagemadeeasy.com/using-midnight-commander-to-work-with-amazon-s3-openstack-dropbox-onedrive-and-almost-any-other-cloud/|this]] blog article.\\ \\ \\+**Headless Mode:** If you require the use of the Apps from the command line ie. in headless mode then please read [[http://blog.storagemadeeasy.com/using-midnight-commander-to-work-with-amazon-s3-openstack-dropbox-onedrive-and-almost-any-other-cloud/|this]] blog article.\\ \\ \\