fstab doesn't mount ntfs on SATA during bootup
Hi everybody,
I have a problem. When computer boots everything is mounted ok, but my NTFS partitions on SATA drive are not for some reasons.
here is the content of fstab:
---cut---
# /etc/fstab: static file system information.
#
# <file system> <mount point>  
<type>  <options>      
<dump>  <pass>
proc           
/proc          
proc   
defaults       
0       0
/dev/hda4      
/              
ext3    defaults,errors=remount-ro
0       1
/dev/sda1      
none           
swap   
sw             
0       0
/dev/hdc       
/media/cdrom0   iso9660 ro,user,noauto 
0       0
/dev/hda1       /mnt/somedata  
ntfs    umask=0222,ro  
0       0
/dev/sda5      
/mnt/DATA       ntfs   
umask=0222,ro     
0       0
/dev/hda3      
/mnt/grive      ntfs   
umask=0222,ro   0       0
/dev/sda2      
/mnt/winsys     ntfs   
umask=0222,ro     
0       0
---cut---
/dev/hda1 and /dev/hda3 are mouted.
/dev/sda5 and /dev/sda2 are not!
after "mount -a" everything is mounted fine.
Anybody familiar with this issue?
thanks.
Reply to: