Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
vms:python:django [2017/03/31 15:14] admin ↷ Links adapted because of a move operation |
vms:python:django [2017/04/14 01:05] (current) admin [Using a Shared Folder to Host your Projects] |
||
|---|---|---|---|
| Line 188: | Line 188: | ||
| > sudo mount -a | > sudo mount -a | ||
| </code> | </code> | ||
| + | |||
| + | <WRAP center round tip 100%> | ||
| + | If the system crashes at boot time, you probably need to have the ''vboxsf'' module to be loaded early, before the mounting of file systems. | ||
| + | Simply add a line containing ''vboxsf'' to ''/etc/modules'' and reboot, this should fix the problem. | ||
| + | |||
| + | Another solution is to set ''noauto'' in ''/etc/fstab'' and manually mount drives in ''/etc/rc.local'', but other services are launched beforehand... | ||
| + | </WRAP> | ||
| + | |||
| <WRAP center round important> | <WRAP center round important> | ||