Mount changing from RW to RO
Hi, I have experienced lately one problem which I have difficulties to solve...
After rebooting router my mounts looked like this:
Code:
[admin@Router home]$ mount
/dev/root on / type squashfs (ro)
none on /dev type devfs (rw)
proc on /proc type proc (rw)
ramfs on /tmp type ramfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/discs/disc0/part2 on /opt type ext3 (rw,noatime)
/dev/discs/disc0/part3 on /mnt type ext3 (rw,noatime)
/dev/discs/disc1/part1 on /mnt/data type vfat (rw,noatime)
Few (like 2-3) minutes later (after working on network drive through samba) I could not copy anything to the share. I checked mounts:
Code:
[admin@Router home]$ mount
/dev/root on / type squashfs (ro)
none on /dev type devfs (rw)
proc on /proc type proc (rw)
ramfs on /tmp type ramfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/discs/disc0/part2 on /opt type ext3 (rw,noatime)
/dev/discs/disc0/part3 on /mnt type ext3 (rw,noatime)
/dev/discs/disc1/part1 on /mnt/data type vfat (ro,noatime)
Do you have any idea what makes this change? Thanks
BTW: my fstab if it helps
Code:
#device Mountpoint FStype Options Dump Pass#
/dev/discs/disc0/part1 none swap sw 0 0
/dev/discs/disc0/part2 /opt ext3 rw,noatime 1 1
/dev/discs/disc0/part3 /mnt ext3 rw,noatime 1 1
/dev/discs/disc1/part1 /mnt/data vfat rw,noatime 1 1