Hello again
Well, eventually I got fdisk to work and followed the instructions as laid out on this webpage:
click here
Only to be faced with my original problem of being able to read, but not write to the disk as an ordinary user. I can both read and write to the disk as root however.
Can anyone hazard a guess at what I may be doing wrong?
Useful info below:
---------------------------------------
fdisk -l
Disk /dev/hda: 40.0 GB, 40000000000 bytes
255 heads, 63 sectors/track, 4863 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 5 40131 de Dell Utility
/dev/hda2 * 6 4234 33969442+ 7 HPFS/NTFS
/dev/hda3 4235 4862 5044410 f Win95 Ext'd (LBA)
/dev/hda5 4235 4297 506016 82 Linux swap
/dev/hda6 4298 4862 4538331 83 Linux
Disk /dev/hdb: 80.0 GB, 80000000000 bytes
255 heads, 63 sectors/track, 9726 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 9725 78116031 83 Linux
---------------------------------------
cat /etc/fstab
/dev/hda6 / reiserfs defaults 1 1
/dev/hda2 /windows/C ntfs ro,users,gid=users,umask=0002,nls=iso8859-1 0 0
/dev/hda5 swap swap pri=42 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
proc /proc proc defaults 0 0
usbdevfs /proc/bus/usb usbdevfs noauto 0 0
/dev/cdrecorder /media/cdrecorder auto ro,noauto,user,exec 0 0
/dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0
/dev/dvd /media/dvd auto ro,noauto,user,exec 0 0
/dev/hdb1 /drive2 ext2 defaults 1 1
------------------------------------------
cat /etc/mtab
/dev/hda6 / reiserfs rw 0 0
proc /proc proc rw 0 0
devpts /dev/pts devpts rw,mode=0620,gid=5 0 0
/dev/hda2 /windows/C ntfs ro,noexec,nosuid,nodev,gid=100,umask=0002,nls=iso8859-1 0 0
/dev/hdb1 /drive2 ext2 rw 0 0
tmpfs /dev/shm tmpfs rw 0 0
usbdevfs /proc/bus/usb usbdevfs rw 0 0
-----------------------------------------
cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / reiserfs rw 0 0
proc /proc proc rw 0 0
devpts /dev/pts devpts rw 0 0
/dev/hda2 /windows/C ntfs ro,noatime,nodiratime,nosuid,nodev,noexec,uid=0,gid=100,umask=02,nls=iso8859-1,errors=continue,mft_zone_multiplier=1 0 0
/dev/hdb1 /drive2 ext2 rw 0 0
tmpfs /dev/shm tmpfs rw 0 0
usbdevfs /proc/bus/usb usbdevfs rw 0 0
------------------------------------------
As always, any advice much appreciated
Ffenics
