Here's the situation, as detailed as I can think to present it. 1. I have 2 hard drives. They look as follows: /dev/hda / (windows partition: fat32)4GB / (linux partition: ext2)4GB / (linux swap) 1GB/ /dev/hdb / (linux partition: ext2)5GB / (windows partition: ntfs) 15GB / 2. I can mount everything with no problem and change rights to everything no problem except for the last partition on the second drive. This is because it is ntfs and should only be mounted READ ONLY. See /etc/fstab and /etc/mtab entries for this drive below: /etc/fsab: /dev/hdb5 /mnt/ibm2 ntfs user,ro 0 0 /etc/mtab /dev/hdb5 /mnt/ibm2 ntfs ro,noexec,nosuid,nodev 0 0 3. Documentation suggests that changing ownership of the folder that this drive is mounted under will allow that user access to the contents of the drive. So the owner is bsimmo1 and the group is bsimmo1. Yet bsimmo1 cannot access the drive. 4. The problem seems to be the fact that I cannot write entries to the ntfs volume. This is because the drivers are not yet mature enough to allow "safe" writes to the file system. Can anyone suggest a way that I can use my ordinary, non-root, account to read files from this volume? My only alternative is to burn the drive to CD (God forbid) and format it with ext2 fs. -- Regards, Bryan Simmons =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= "Sometimes I wonder whether the world is being run by smart people who are putting us on or by imbeciles who really mean it". ---Mark Twain =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=