Changes

Jump to navigation Jump to search
1,394 bytes added ,  16:31, 4 August 2022
m
Line 1: Line 1:  
{{Languages|Disk_Manager}}
 
{{Languages|Disk_Manager}}
 
== Disk Manager for SME Server ==
 
== Disk Manager for SME Server ==
 +
{{Level|medium}}
 +
 +
{{#smeversion:smeserver-usbdisksmanager }}
    
=== Maintainer ===
 
=== Maintainer ===
Line 12: Line 15:  
=== Installation ===
 
=== Installation ===
 
  yum install smeserver-usbdisksmanager --enablerepo=smecontribs
 
  yum install smeserver-usbdisksmanager --enablerepo=smecontribs
 +
 +
=== Update ===
 +
yum update smeserver-usbdisksmanager --enablerepo=smecontribs
    
=== Uninstall ===
 
=== Uninstall ===
Line 23: Line 29:  
====Configuration====  
 
====Configuration====  
   −
Frequency : in minutes between two disk check (CRON job)
+
'''Frequency''' : in minutes between two disk check (CRON job)
Status : enable or disable the automatic job completly
+
 
Status /media/ kown : enable or disable auto mount in /media/ of known drives
+
'''Status''' : enable or disable the automatic job completly
Status /media/ unknown : enable or disable auto mount in /media/ of unknown drives
+
 
 +
'''Status /media/ known''' : enable or disable auto mount in /media/ of known drives
 +
 
 +
'''Status /media/ unknown''' : enable or disable auto mount in /media/ of unknown drives
    
To allow to auto mount you need to enable in the configuration "Status", then add your drive and set a mount point that really exists and finally set this drive to enable
 
To allow to auto mount you need to enable in the configuration "Status", then add your drive and set a mount point that really exists and finally set this drive to enable
 +
 +
 +
the use of the command '''mount''' is to mount to the folder created thanks to HAL in /media.
 +
 +
the use of the command '''mount to''' is to mount to your customized folder.
 +
 
====Add , Modify a drive====  
 
====Add , Modify a drive====  
    
UUID : drive identification
 
UUID : drive identification
MountTo : directerory where you whant to mount this drive
+
MountTo : directory where you want to mount this drive
 
Options Mount : mount options for this drive (see man mount)
 
Options Mount : mount options for this drive (see man mount)
 
Status : enable or disable auto mount to the defined directory for this drive (need to have the contrib set to enabled into configuration)
 
Status : enable or disable auto mount to the defined directory for this drive (need to have the contrib set to enabled into configuration)
Line 69: Line 84:  
   
 
   
   −
1- connect to you SME consol, and connect the drive (USB/firewire)
+
1- connect to you SME console, and connect the drive (USB/firewire)
    
2- search for connected drive with this command:
 
2- search for connected drive with this command:
Line 110: Line 125:  
if it is not correct for UUID see the section above concerning how to add a UUID (you need a UUID to use this contrib)
 
if it is not correct for UUID see the section above concerning how to add a UUID (you need a UUID to use this contrib)
   −
9- Your drive is ready  
+
9- Your drive is ready
    
====Your drive can't be mounted thanks to usb disk manager====  
 
====Your drive can't be mounted thanks to usb disk manager====  
    
There is a known limit to this contrib : it can't handle drives that have only one partition that is called without a number : i mean : /dev/sda as partition instead of /dev/sda1. Please consider this before putting information on your drive to format it correctly.
 
There is a known limit to this contrib : it can't handle drives that have only one partition that is called without a number : i mean : /dev/sda as partition instead of /dev/sda1. Please consider this before putting information on your drive to format it correctly.
 +
 +
====Mounting FAT32 drives====
 +
 +
Off-the-shelf pre-formated FAT32 disks can be mounted. These will mount through the ''vfat'' driver. This is convenient as it allows portability between the SME Server and a Windows machine. Because FAT32 does not support the UTF-8 character set, the following option must be added to the mount options:
 +
 +
    iocharset=iso8859-1
 +
 +
This option allows filenames with international characters to be written and read by both Windows XP and the SME server.
 +
 +
=== Bugs ===
 +
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-usbdisksmanager component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-usbdisksmanager|title=this link}}.
 +
 +
 +
{{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=smeserver-usbdisksmanager|disablecache=1|noresultsmessage="No open bugs found."}}
 +
 +
===Changelog===
 +
Only released version in smecontrib are listed here.
 +
 +
{{ #smechangelog: smeserver-usbdisksmanager}}
 +
    
----
 
----
    
[[Category: Contrib]]
 
[[Category: Contrib]]
[[Category: Administration]]
+
[[Category: Administration:Storage]]

Navigation menu