| Anonymous | Login | Signup for a new account | 11-10-2008 12:56 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0005244 | [BusyBox] Other | minor | always | 10-04-08 09:04 | 10-27-08 05:39 | ||||
| Reporter | rx | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | no change required | ||||||
| Status | closed | Product Version | 1.10.x | ||||||
| Summary | 0005244: Autocomplete (tab) doesn't work with symlinks crossing mountpoints | ||||||||
| Description |
Pressing (tab) when attempting to select a file in a certain directory, I get only the directory and not the files in it. File System Structure: /device is a mountpoint of /dev/hda1 this contains a subdirectory for configuration files "cnf" additionally for easier access, there is a symlink to that directory: /cnf -> /device/cnf When I want to edit a file there, I want to type (logged in as root, and in the root dir): vi c (tab) -> Autocomplete to: vi cnf/ -> Type in cnf.f vi cnf/cnf.f (return) (and then edit the file) What really happens: vi c (tab) -> Autocomplete to: vi cnf(space) Well, not that behaviour as I expect it. In other directories /etc,... this works fine. It seems to be a problem with mount + symlink, The symlink seems not to be identified as a directory but as a file. But I do not want to edit the directory, only the files in it. It is not correlated with vi, also cp and all other programs show that. Best regards, RX |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |