Comment 62 for bug 468589

Revision history for this message
Azevedo (joaohenrique-azevedo) wrote :

Here is an alternative way to perform solution #19:

Open a file browser and go to '/etc/rc6.d'.

Within that folder select file 'S40umountfts' and open it with your gedit.

Select the whole thing and paste the text on to a new file.

Replace 'fstab-decode umount -f -r -d $WEAK_MTPTS' with 'fstab-decode umount -r -d $WEAK_MTPTS' (line 99) and 'fstab-decode umount -f -v -r -d $WEAK_MTPTS' with 'fstab-decode umount -v -r -d $WEAK_MTPTS' (line 103).

Change its type so 'sh' (see screenshot) on the lower tab and save it on your area (remember to name it 'S40umountfts').

Now open a terminal and "empower" your self as the root.

Guide the terminal to the folder where you saved your file and move it to '/etc/rc6.d'.

The comand line should be as it follows:

azevedo@ubuntu:/$ su
Password:
root@ubuntu:/# cd /home/azevedo
root@ubuntu:/home/azevedo# mv S40umountfts /etc/rc6.d

Finaly, do a reboot.