Results 1 to 2 of 2
i've several disk partitions in my pc and when i want to run some of my "programs", it works only on disk where my linux is istalled(hda2). but i usually ...
- 08-24-2007 #1
problem ruuning my programs from other disk
i've several disk partitions in my pc and when i want to run some of my "programs", it works only on disk where my linux is istalled(hda2). but i usually store my data (inlude souce codes) on an other disk (hdb2). but when i want to run the programs from there, i get an error
. but i've enough permissions to run it.Code:permission denied
can somebody help me how to run my programs from other disk than the one where linux is installed???
- 08-24-2007 #2
When the other disks are mounted, they have permissions
associated with them. If they are mounted at boot time,
these permissions are found in the file /etc/fstab
It's not uncommon for a system to mount non-linux partitions
without executable permission, because usually there wouldn't
be any linux executables on your windows drive.
fstab(5): static info about filesystems - Linux man page
mount(8): mount file system - Linux man page


Reply With Quote