I'm trying to mount a device at /dev/sdf and I want it to be mounted for all users once the system has started. It is Ubuntu 10.04 Server.
I think the answer is something like /etc/rcS.d but I can't be certain exactly...
Many thanks, Chris.
feedback
|
|
Generally, if you want a filesystem to mount when your system boots you add an entry to
That's:
The last two fields are no longer terribly important; you can typically duplicate them from existing entries in your file. | |||
|
feedback
|
|
You're going to want to use the file
| |||
|
feedback
|
|
There is a /etc/rc.local script executed at the end of each multiuser runlevel | |||
|
feedback
|