[ILUG] Mounting XP Partition

Mark Page markpage at eircom.net
Sat Apr 10 20:59:58 IST 2004


Peter McEvoy wrote:

Thanks, that worked a treat. Many Thanks to all others that replied.

>On Fri, Apr 09, 2004 at 09:32:26PM +0100, Mark Page wrote:
>  
>
>>I have tried modifying permission for the directory with both 'chmod 
>>a+r' and chmod 777' all to no avail. My /etc/fstab line reads as follows:
>>
>>//dev/hda1               /mnt/windows    ntfs            
>>noauto,user,ro          0 0
>>    
>>
>
>Chmod wont work on a windows filesystems, you set the permissions at
>mount time, try this:
>
>mount -t ntfs /dev/hda1 /mnt/windows -o umask=022
>
>captive ntfs looks promising for r/w if you're interested.
>
>--
>Pete
>  
>




More information about the ILUG mailing list