das wrote:
On Thu, 2007-10-11 at 19:44 +0100, Andy Green wrote:You can do this: mount /dev/sda7 /mnt/arkive -treiserfs -oremount,rw,nosuid,nodev,user=ddto effectively remount taking out the "noexec" part.And still, after this remount command, mount is showing: /dev/sda7 on /mnt/arkive type reiserfs (rw,noexec,nosuid,nodev,user=dd) -- das
Try umount /mnt/arkive or umount /dev/sda7 [if it's not in fstab] then try the mount command again. br Jason