Linux - NewbieThis forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi all,
I sometimes find an application that includes a 'File manager element', but only allows one to search in the current root menu.
An example is XFburn, there are many others.
Editing fstab to include all possible destinations has made little difference, i am still having to 'import' a file to the current location in order to utilise the app, is there a way around this feature?
I use the FXBurn as an example only,it being my current concern.
This restriction has appeared in other apps in the past though so i would dearly like to learn of a general method to deal with it;is this possible or am i wasting my time looking?
TBH, I don't understand what you are asking. Can you be a bit more detailed?
I think(?) that what you are asking is how to call a prog from anywhere, regardless of where you are on the disk ie your current dir.
If you are working at the cmd line, you can use an absolute path eg
/path/to/program
If you want to just call it by name, even from the GUI, you need to add the dir to your $PATH env variable. You'll need to edit your .bashrc or .bash_profile file in your home dir like this
Sorry for the confusion.
I nearly always work from gui, and rarely use the command line.
It's really a browsing problem, i tend to hold stuff on a number of partitions,eg a separate "Backup" partition.
This does not show up in the gui (XFBurn), just the root directory. So if i need to burn something from the backup partition
i currently have to transfer or copy the file into something like the /home/desktop before the app, Xfburn in this example, will show
it.
Using the separate partitions allows me to place stuff there irrespective of which distro i happen to be using at the time, which i find useful
and would like to continue, specially if i happen to be going through a distro-hopping phase.
The "Path" command would be useful if i knew where the particular file resides, but, because of the way i work, this is a rare thing.
If you could imagine that your file manager would only access the root directory of the app, then transfer that behaviour to the app you wanted to use
where system browsing was either desirable or neccessary then you have the nubb of the problem.
It may be this is application-specific behaviour, in which case i shall have to live with it, but i wonder if there is a generic solution that could be applied to any instance where it occurs?
That is much clearer (to me anyway). Definitely sounds like your /etc/fstab is messed up. If you don't mind a little cmd line stuff, the output of the following cmds would help
cat /etc/fstab
fdisk -l
(that's a lower case L)
both cmds need to be run as root. I'm afraid I don't know how to get that from the GUI; I just jump into an xterm/terminal window for that level of detail.
Humm, i'm beginning to think this may be something to do with that particular application.
I have loaded Xfburn into a separate distro, which does have a complete fstab listing of all devices, and the same behaviour is present.
I then tried to read the file for clues but it is a Bin file and beyond me as i don't read hex and do not know how to list such files
in readable English.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.