Changes between Initial Version and Version 1 of Docs/User/FileManager


Ignore:
Timestamp:
03/19/09 08:31:34 (15 years ago)
Author:
kyle_s
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/User/FileManager

    v1 v1  
     1= File Manager: =
     2The file manager displays two views to allow easy selection of directories to copy or move files from. Each view lists the files of the specified directory in order. This is ASCII ordering so all entries starting with upper case characters “A” through “Z” are listed before entries starting with lower case characters “a” through “z”.
     3
     4== USB Storage ==
     5The file manager will automatically mount USB storage devices formatted with the FAT file system. The mount operation occurs when the path /mnt/fl1 … /mnt/fl4 is selected. The USB flash should be inserted prior to entering the directory /mnt/fl1. It is recommended to exit the /mnt/fl1 directory before removing the USB storage device. The first USB storage device inserted will be /mnt/fl1 without regard to the USB slot used. If a second USB storage device is inserted without removing the first it will mount as /mnt/fl2.
     6
     7== Network File Share (NFS) ==
     8The file manager will prompt to login to a network file share when the directory /mnt/nfs is selected.
     9
     10The previously used NFS IP address and path will appear. Press ENTER to accept the previous settings to mount again or change the settings and press ENTER.
     11
     12If the /mnt/nfs is already mounted (determined by reading /proc/mounts) the file manager will not prompt to connect to the network file share.
     13
     14== Commands ==
     15
     16Left Arrow – If the right view is the currently selected view change the selected view to the left view.
     17
     18Right Arrow – If the left view is the currently selected view change the selected view to the right view.
     19
     20Up Arrow – Move selection in the current view to the file above the current file.
     21
     22Down Arrow – Move selection in the current view to the file below the current file.
     23
     24Enter Key –
     25
     26  If the current item is “.” refresh the view.
     27
     28If the current item is “..” change the view to the parent
     29
     30  directory of the current view.
     31
     32If the current item is a directory change the view to
     33
     34  the directory.
     35
     36If the current item is a .BMP file the file manager will format a command for the imageview application to display the file. The file manager will then exit to run the script.
     37
     38If the current item is a .S19 or .BIN file the file manager will format a command for the loadsrec application to perform a firmware update based on the file. The file manager will then exit to run the script.
     39
     40If the current item is a .sh script file the file manager will prompt whether to run the script. If yes is specified the file manager will format a script to call the specified script. The file manager will then exit to run the script.
     41
     42If the current item is a .tkt ticket file the file manager will prompt whether to install the ticket. If yet is specified the file manager will format a script to call the touchcal configuration program to install the ticket. The file manager will then exit to run the script.
     43
     44(C)opy – copies selected files from current directory view to other directory view.
     45
     46(M)ove – moves selected files from current directory view to other directory view.
     47
     48(R)ename – renames selected file.
     49
     50(D)elete – deletes selected files. (Operating system files are in read only file system and may not be deleted).
     51
     52(P)aths – prompts for new path for each view.
     53
     54(N)ew Dir – prompts for directory name to create a new directory within current view.
     55
     56(E)xe – sets the currently selected file to executable. Same as
     57
     58  from command line “chmod +x filename”
     59
     60(U)mount – unmounts current directory such as /mnt/nfs
     61
     62(SPACE) toggle select – toggle selection to allow multiple files
     63
     64  To be selected for other commands.