/[smecontribs]/rpms/smeserver-usbdisksmanager/contribs7/smeserver-usbdisksmanager-0.2-removehelp.patch
ViewVC logotype

Annotation of /rpms/smeserver-usbdisksmanager/contribs7/smeserver-usbdisksmanager-0.2-removehelp.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (hide annotations) (download)
Tue Nov 25 16:20:33 2008 UTC (15 years, 5 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-usbdisksmanager-0_2-22_el4_sme, smeserver-usbdisksmanager-0_2-23_el4_sme, smeserver-usbdisksmanager-0_2-26_el4_sme, smeserver-usbdisksmanager-0_2-27_el4_sme, smeserver-usbdisksmanager--, smeserver-usbdisksmanager-0_2-25_el4_sme, smeserver-usbdisksmanager-0_2-17_el4_sme, smeserver-usbdisksmanager-0_2-15_el4_sme, smeserver-usbdisksmanager-0_2-16_el4_sme, HEAD
Changes since 1.2: +0 -0 lines
Restore

1 dungog 1.1 --- smeserver-usbdisksmanager-0.2/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/usbdisks.removehelp 2007-04-10 06:50:22.000000000 +1000
2     +++ smeserver-usbdisksmanager-0.2/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/usbdisks 2008-04-19 18:40:56.000000000 +1000
3     @@ -3,8 +3,8 @@
4     <base>tr_description</base>
5     <trans>
6     <![CDATA[
7     - <p><b>Usbdisks purpose is to help managing <u>USB</u>, and also <u>FireWire</u>, hard drives</b><p>
8     - <p> /!\ UUID must be supported by the disk / device filesystem</p>
9     + <p>Usbdisks purpose is to help managing USB, and also FireWire, hard drives<p>
10     + <p>UUID must be supported by the disk / device filesystem</p>
11     ]]>
12     </trans>
13     </entry>
14     @@ -152,7 +152,7 @@
15    
16     <entry>
17     <base>tr_save_label</base>
18     -<trans>Save theses data</trans>
19     +<trans>Save data</trans>
20     </entry>
21    
22     <entry>
23     @@ -212,7 +212,7 @@
24    
25     <entry>
26     <base>tr_incorect</base>
27     -<trans>incorect</trans>
28     +<trans>incorrect</trans>
29     </entry>
30    
31     <entry>
32     @@ -232,7 +232,7 @@
33    
34     <entry>
35     <base>tr_status_mountto</base>
36     -<trans>auto mountto</trans>
37     +<trans>auto mount to</trans>
38     </entry>
39    
40     <entry>
41     @@ -262,127 +262,7 @@
42    
43     <entry>
44     <base>tr_pageaide</base>
45     -<trans>
46     - <![CDATA[
47     -
48     -<html>
49     -<head>
50     -<title>Aide</title>
51     -</head>
52     -<body>
53     -<p><font size="+2">How to :</font> <br>
54     - <br>
55     -/!\ Firewire is not fully implemented in centos (so SME) kernel.
56     -If you want to use a firewire disk you need to use your own compiled kernel or the one from centosplus. Be carefull you will need to compil appletalk,
57     -ppp an slip kmod for the kernel you choose (centosplus one or you own).
58     - <br>
59     -</p>
60     -<h1>******&nbsp;&nbsp;Configuration </h1>
61     -<p>
62     -<u>Frequency</u> : in minutes between two disk check (CRON job)<br>
63     -<u>Status</u> : enable or disable the automatic job completly <br>
64     -<u>Status /media/ kown</u> : enable or disable auto mount in /media/ of known drives<br>
65     -<u>Status /media/ unknown</u> : enable or disable auto mount in /media/ of unknown drives<br>
66     -
67     -<br>
68     -<b>
69     -To allow to auto mount you need to enable in the configuration "Status",
70     -then add your drive and set a mount point that really exists and finally set this drive to enable
71     -</b>
72     -
73     -</p>
74     -
75     -<h1>******&nbsp;&nbsp;Add , Modify a drive </h1>
76     -<p>
77     -<u>UUID</u> : drive identification<br>
78     -<u>MountTo</u> : directerory where you whant to mount this drive<br>
79     -<u>Options Mount</u> : mount options for this drive (see man mount)<br>
80     -<u>Status</u> : enable or disable auto mount to the defined directory for this drive (need to have the contrib set to enabled into configuration) <br>
81     -<u>Status media</u> : enable or disable auto mount into /media directory (need to have the option enabled into the configuration)<br>
82     -
83     -</p>
84     -
85     -
86     -<h1>******&nbsp;&nbsp; <b>your drive ext2 or ext3 has no UUID</b></h1>
87     -<p> connect to command line and execute as it seems to be impossible to do through the cgi interface:<br>
88     -<ul>
89     -<li>UUID=`/usr/bin/uuidgen`</li>
90     -<li>/sbin/tune2fs -U $UUID /sys/block/device</li>
91     -</ul>
92     -("device" should be sda1 if it is the partition you wants to point to) <br>
93     -</p>
94     -
95     -<h1>******&nbsp;&nbsp; <b>you drive ext2 or ext3 has no LABEL</b></h1>
96     -<p> connect to command line and execute as it seems to be impossible to do through the cgi interface:<br>
97     -<ul>
98     -<li>UUID=genuuid</li>
99     -<li>tune2fs -L MyLabel /sys/block/device</li>
100     -</ul>
101     -("device" should be sda1 if it is the partition you wants to point to, and "MyLabel" to whatever you wants) <br>
102     -</p>
103     -<h1>******&nbsp;&nbsp; Format your drive</h1>
104     -<p>Before anything else:</p>
105     -<p>You must be aware that a removable device will have name like /dev/sd[a-z]{1} (sda, sdb , sdc ....) under linux.
106     -If you have only IDE (ATA) drives on your server there is no problem as they will be named: /dev/hd[a-z]{1} (hda, hdb, hdc...).
107     -But if you have some SATA or SCSI drives thay will have same kind of name that can have a removable drive : sda ...</p>
108     -<p>Drive named /dev/md[1-0]+ are some kind of software image of the real drives due to the LVM/ software RAID of SME.</p>
109     -<p>Be carrefull when you choose your drive not to choose one of your system drive !.
110     -*If you are not 100% certain of what you do just format your drive on another computer UNDER <strong>linux</strong>. </p>
111     -<p>Never format your drive under windows with a software like partition magic TM, you will fail using this drive because of some error resulting oon the format:
112     -impossible to create a UUID and other kind of things that are needed. </p>
113     -<p>&nbsp; </p>
114     -<p><b>1-</b> connect to you SME consol, and connect the drive (USB/firewire) </p>
115     -<p><b>2-</b> search for connected drive with this command:
116     -<ul>
117     - <li><strong>sfdisk -l</strong></li>
118     -</ul>
119     -<p><b>3-</b> create a new partition (change X for the letter that correspond to your drive):<br>
120     -<ul>
121     - <li><strong>fdisk /dev/sdX</strong></li>
122     -</ul>
123     -
124     -<ul>
125     -<li><b>p</b> ( to check if there is already a partition on this drive)</li>
126     -<li> if there is one, you should probably exit to see what is on this partition, and avoid to delete something wrong, just do: q</li>
127     -<li><b>n</b> (to add a new partition)</li>
128     -<li><b>p</b> (to make a primary partion)</li>
129     -<li><b>1</b> (that's the number one, the number you want to assign to the partition)</li>
130     -<li>(accept the suggested first &amp; last cylinder values)</li>
131     -<li><b>w</b> (write and exit)</li>
132     -</ul>
133     -<p><b>4-</b> format your new partition ( change X with what is needed for you, and same thing for the 1 if you have done more than one partition on your new drive) </p>
134     -<ul>
135     -<li> <strong>mkfs -t ext2 /dev/sdX1</strong></li>
136     -</ul>
137     -<p><b>5-</b> convert from ext2 to ext3</p>
138     -<ul>
139     -<li> <strong>tune2fs -j /dev/sdX1</strong></li>
140     -</ul>
141     -<p><b>6-</b> enable quotas (optionel)</p>
142     -<ul>
143     -<li> <strong>quotacheck -vugc /dev/hdc1 </strong> </li>
144     -</ul>
145     -<p><b>7-</b> add a Label (change X to what is needed for you, same thing for the 1 if needed) <br>
146     - (MyLAbel must have no space and short) </p>
147     -<ul>
148     -<li><strong>tune2fs -L MyLabel /sys/block/sdX1</strong></li>
149     -</ul>
150     -<p><b>8-</b> check everything is OK: UUID, Label (change X to what is needed for you, same thing for the 1 if needed) :</p>
151     -<ul>
152     -<li>blkid /dev/sdX1</li>
153     -</ul>
154     -<p>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) </p>
155     -<p><b>9-</b> Your drive is ready </p>
156     -
157     -
158     -<br>
159     -<br>
160     -</body>
161     -</html>
162     -
163     -
164     - ]]>
165     -</trans>
166     +<trans>http://wiki.contribs.org/Disk_Manager</trans>
167     </entry>
168    
169     </lexicon>

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed