Paul Smith wrote:
On 8/28/05, Mostafa Z. Afgani <mostafa.afgani@xxxxxxxxxxxxxxxxxx> wrote:
How can I mount the following at the startup:
mount /dev/hda1 /mnt/windows
?
Maybe this will help. It will mount under /media though.
http://darkknight9.blogspot.com/2005/08/ntfs-volume-labels-on-gnome-computer.html
I didn't want to tinker with any of the default HALD settings. So, if
you just drop this in /usr/share/hal/fdi/policy/10osvendor/ your ntfs
drives should be automounted (provided you have NTFS support).
Thanks, Mostafa. My MS Windows partition is fat32 formatted.
Paul
Then you just need to change the options accordingly.
<match key="volume.partition.msdos_part_table_type" int="0x07">
will probably become
<match key="volume.partition.msdos_part_table_type" int="0x0b">
or if you use LBA
<match key="volume.partition.msdos_part_table_type" int="0x0c">
Also, you will want to change the 'umask', 'ro', and other options as
you see fit.