|
27.
|
|
|
To list the mounted devices type the following and then press the <keycap>Enter</keycap> key: <screen>mount</screen>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:100(para)
|
|
28.
|
|
|
The listing shows the device (such as a hard disk partition), the mount point (where you access the files), the filesystem type and the mount options.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:108(para)
|
|
29.
|
|
|
This example shows the hda2 hard disk partition mounted as '/', with the filesystem type ext3. The partition is mounted with two options, one to allow the device to be read from and wrote to and the other to remount the device as read only in the event of any errors.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:113(para)
|
|
30.
|
|
|
/dev/hda2 on / type ext3 (rw,errors=remount-ro)
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:121(computeroutput)
|
|
33.
|
|
|
For <acronym>NTFS</acronym> drives refer to step 4. For <acronym>FAT32</acronym> drives refer to step 5. <acronym>NTFS</acronym> allows only <emphasis>read-only</emphasis> access whereas <acronym>FAT32</acronym> allows both <emphasis>read</emphasis> and <emphasis>write</emphasis> access.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:131(para)
|
|
51.
|
|
|
Run a system command automatically at Startup
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:308(title)
|
|
52.
|
|
|
Sometimes it can be useful to add a custom command to the startup process so that your computer executes it on every boot. Refer to the following procedure in order to set this up.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:310(para)
|
|
53.
|
|
|
Edit the <application>crontab</application> with administrative privileges. To do so, type the following at the command prompt followed by the <keycap>Enter</keycap> key (if asked for a password, enter your user password and press the <keycap>Enter</keycap> key): <screen>
sudo crontab -e
</screen>
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:324(para)
|
|
54.
|
|
|
Replace <filename>/home/user/command</filename> with the full path to your command.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:342(para)
|
|
55.
|
|
|
Insert the following line: <screen>
@reboot /home/user/command
</screen><placeholder-1/>
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
hardware/C/hardware.xml:336(para)
|