On Thu, 2007-10-11 at 20:04 +0100, Andy Green wrote: > mount /dev/sda7 /mnt/arkive -t reiserfs -oremount,rw > This is the result: [dd@mamdo ~]$ umount /mnt/arkive/ [dd@mamdo ~]$ mount /dev/sda7 /mnt/arkive -t reiserfs -oremount,rw mount: only root can do that [dd@mamdo ~]$ su Password: [root@mamdo dd]# mount /dev/sda7 /mnt/arkive -t reiserfs -oremount,rw mount: /mnt/arkive not mounted already, or bad option [root@mamdo dd]# mount /dev/sda7 /mnt/arkive -t reiserfs -o remount,rw mount: /mnt/arkive not mounted already, or bad option [root@mamdo dd]# -- das