Comment 5 for bug 858122

Revision history for this message
Tom Chiverton (bugs-launchpad-net-falkensweb) wrote : Re: incomplete migration to /run

If you've tried to do it safely at shutdown, and it didn't work, I think it's OK to try less safely early in the boot process, then reboot once it's done. Certainly I did this by hand, and no ill effects occurred.

fstab:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda3
UUID=01aa6a10-1c91-4b24-9632-a45de910f911 / ext3 defaults,errors=remount-ro,relatime 0 1
# /dev/sda5
/dev/sda5 none swap sw 0 0
/dev/sda6 /home ext3 defaults,errors=remount-ro,relatime 1 2
/dev/sda2 /media/dell-rescue-partition udf,iso9660 user,noauto,exec 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
#manage these via sudoers that lets falken run mount/umount, scripts in ~falken/bin
# KDE control panel Autostart being tried instead of:
#then sym links in ~/.kde/shutdown|Autostart
//bookcase.house/falken /home/falken/smb4k/bookcase-falken cifs noexec,credentials=/home/falken/.cifsPassword,uid=falken,noauto 0 0
//bookcase.house/scratch /home/falken/smb4k/bookcase-scratch cifs noexec,credentials=/home/falken/.cifsPassword,uid=falken,noauto 0 0
//bookcase.house/mp3 /media/bookcase-mp3 cifs noexec,credentials=/home/falken/.cifsPassword,uid=falken,noauto 0 0
//bookcase.house/video /home/falken/smb4k/bookcase-video cifs noexec,credentials=/home/falken/.cifsPassword,uid=falken,noauto 0 0
#vmware needed this
#usbfs /proc/bus/usb usbfs auto,devgid=46,devmode=664 0 0