![](https://seccdn.libravatar.org/avatar/861b5545c111d2257fa12e533e723110.jpg?s=120&d=mm&r=g)
The 02.12.01 at 13:23, L. Mark Stone wrote:
I changed the extract directory to a partition that is formatted ResierFS. Originally, the archive was extracted to a FAT32 partition.
Ah! You can not run programs inside a fat partition, not normally. Just call "mount", and note the "noexec" on the fat partition entry: nimrodel:/etc/logrotate.d # mount /dev/hdb6 on / type reiserfs (rw,barrier=none) proc on /proc type proc (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) /dev/hdb2 on /boot type ext2 (rw) shmfs on /dev/shm type shm (rw) /dev/hda1 on /windows/C type vfat (rw,noexec,nosuid,nodev,gid=100,umask=0002,iocharset=iso8859-1,code=437) Note that fat partitions do not support unix type atributes (like executable) -- Cheers, Carlos Robinson