author | llornkcor <llornkcor> | 2002-10-17 02:23:36 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-10-17 02:23:36 (UTC) |
commit | f38adc5bc63f5926d463f51ef3603a62d75d8f33 (patch) (unidiff) | |
tree | 710a82480345cc49836e7c316a75c9809aa2592e /help | |
parent | 8adf8b6d7ffba232d3df6b219b52fa4cedaaaaa3 (diff) | |
download | opie-f38adc5bc63f5926d463f51ef3603a62d75d8f33.zip opie-f38adc5bc63f5926d463f51ef3603a62d75d8f33.tar.gz opie-f38adc5bc63f5926d463f51ef3603a62d75d8f33.tar.bz2 |
added
-rw-r--r-- | help/en/html/opie-formatter-help-en.control | 10 | ||||
-rw-r--r-- | help/en/html/opie-formatter.html | 36 |
2 files changed, 46 insertions, 0 deletions
diff --git a/help/en/html/opie-formatter-help-en.control b/help/en/html/opie-formatter-help-en.control new file mode 100644 index 0000000..417f38d --- a/dev/null +++ b/help/en/html/opie-formatter-help-en.control | |||
@@ -0,0 +1,10 @@ | |||
1 | Files: help/en/html/opie-formatter.html | ||
2 | Priority: optional | ||
3 | Section: opie/onlinedoc | ||
4 | Maintainer: ljp <llornkcor@handhelds.org> | ||
5 | Architecture: arm | ||
6 | Version: $QPE_VERSION-$SUB_VERSION | ||
7 | Depends: opie-formatter | ||
8 | License: GPL | ||
9 | Description: Formatter help files (english) | ||
10 | |||
diff --git a/help/en/html/opie-formatter.html b/help/en/html/opie-formatter.html new file mode 100644 index 0000000..5512a61 --- a/dev/null +++ b/help/en/html/opie-formatter.html | |||
@@ -0,0 +1,36 @@ | |||
1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> | ||
2 | <html> <head> | ||
3 | <title>Opie Formatter</title> | ||
4 | </head> | ||
5 | |||
6 | <body> | ||
7 | <center><h1>Opie Formatter</h1></center><P> | ||
8 | is a disk formatting front end. You can also perform disk fixing | ||
9 | operations.<br> | ||
10 | It does not use fdisk. It does not perform partioning. <br>If you are | ||
11 | going to reformat anything to another filesystem, I recommend running | ||
12 | fdisk and toggling the partition type, and reboot prior to formatting. | ||
13 | <br> | ||
14 | It scans all available disks, and filesystem supported. | ||
15 | <h2>On the Main tab</h2> | ||
16 | You select which disk to format, and select which file system to | ||
17 | format it too, push the format button, and hope it works. ;)<br>Please | ||
18 | back up any important data <b>before</b> you format it. | ||
19 | <h2>On the Advanced tab</h2> | ||
20 | You can edit fdisk in textedit, or change the mount point with the | ||
21 | mount point edit box.<br> | ||
22 | When you select which dev, you will see fiole system infos, Type of | ||
23 | disk, what it is formatted with. | ||
24 | <br>It also shows the total space, used | ||
25 | space, and space available on the selected device. | ||
26 | |||
27 | <P>Pushing the check disk button will perform a file system check, and | ||
28 | output so you can see the changes it performs. | ||
29 | <P><h1>Please backup any important data before you use this program!</h1> | ||
30 | <hr> | ||
31 | <address><center><pre> | ||
32 | © 2002<a href="mailto:llornkcor@handhelds.org">ljp</a> llornkcor@handhelds.org</a></pre></address> | ||
33 | <!-- hhmts start --> | ||
34 | Last modified: Fri Oct 18 02:28:14 +0000 2002 | ||
35 | <!-- hhmts end --> | ||
36 | </body> </html> | ||