I am erunning Dual boot with a Windows XP drive /dev/sda1 and a Linux drive /dev/sdb1. How can I set up the Windows drive as read only by default?
[root@localhost /]# mount
/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/sdb1 on /boot type ext3 (rw)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
/dev/sda1 on /media/disk type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
[root@localhost /]# df -T
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
ext3 35645048 5830624 27974504 18% /
/dev/sdb1 ext3 194442 18869 165534 11% /boot
tmpfs tmpfs 517476 24 517452 1% /dev/shm
/dev/sda1 fuseblk 117218240 91245900 25972340 78% /media/disk
[
I did not find any information in the fstab file.