To mount an ntfs partition using the ntfs-linux driver, try using the -rw switch instead of the -r switch. I peronally consider this dangerous.
To mount a fat32 partition:
1. create a directory to mount it on.
2. mount itCode:mkdir /mnt/fat32
where hdx is your fat32 partition.Code:mount -t vfat /dev/hdx /mnt/fat32


Reply With Quote

Bookmarks