Hi guys.
I have 2 HDD - Kubuntu 8.04 and WinXP
My fstab looks like this:
/dev/sda1 / ext3 defaults 0 0
/dev/sdb1 /media/c_drive ntfs-3g user,users,utf8 0 0
/dev/sdb5 /media/d_drive ntfs-3g user,users,utf8 0 0
/dev/sdb6 /media/e_drive ntfs-3g user,users,utf8 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
proc /proc proc defaults 0 0
But now when I turn on computer and boot to kubuntu, nothing is mounted correctly. When I run fdisk -l, my linux partition is sda and windows partition is sdb. Next day I turn on computer and linux poartition is sdb and windows partition is sda.
To fix this, I have to rewrite fstab and run mount -a
Why is it changing I cannot change fstab eachtime I start computer! (when I reboot, its OK)
I have 2 HDD - Kubuntu 8.04 and WinXP
My fstab looks like this:
/dev/sda1 / ext3 defaults 0 0
/dev/sdb1 /media/c_drive ntfs-3g user,users,utf8 0 0
/dev/sdb5 /media/d_drive ntfs-3g user,users,utf8 0 0
/dev/sdb6 /media/e_drive ntfs-3g user,users,utf8 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
proc /proc proc defaults 0 0
But now when I turn on computer and boot to kubuntu, nothing is mounted correctly. When I run fdisk -l, my linux partition is sda and windows partition is sdb. Next day I turn on computer and linux poartition is sdb and windows partition is sda.
To fix this, I have to rewrite fstab and run mount -a
Why is it changing I cannot change fstab eachtime I start computer! (when I reboot, its OK)
Comment