Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
en:dedicated-server:rescue:mount-partitions [2018/02/16 17:30] dedibox |
en:dedicated-server:rescue:mount-partitions [2019/05/10 14:22] dedibox |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Mounting the partitions ====== | + | ====== Mount the partitions ====== |
<note tip> | <note tip> | ||
Line 8: | Line 8: | ||
A script is available in rescue mode for mounting the partitions of the disks. It only requires to type the following: <code>sudo mountall.sh</code>\\ | A script is available in rescue mode for mounting the partitions of the disks. It only requires to type the following: <code>sudo mountall.sh</code>\\ | ||
- | The partitions are then available in the directory ///mnt//.\\ | + | The partitions are then available in the directory ''/mnt''.\\ |
A directory corresponding to each partition has been created. | A directory corresponding to each partition has been created. | ||
- | This means you find the partition ///dev/sda1// mounted in ///mnt/sda1//. | + | This means you find the partition ''/dev/sda1'' mounted in ''/mnt/sda1''. |
You may see some errors when running the script, as it tries to mount the SWAP partition.\\ | You may see some errors when running the script, as it tries to mount the SWAP partition.\\ |