2020-04-28 17:29:52 +02:00
|
|
|
---
|
|
|
|
title: "Use spaces in fstab"
|
|
|
|
date: 2011-09-29
|
2021-03-11 23:15:31 +01:00
|
|
|
description: How to use spaces in a folder name in fstab
|
|
|
|
tags:
|
|
|
|
- unix
|
2020-04-28 17:29:52 +02:00
|
|
|
---
|
|
|
|
|
2021-03-11 23:15:31 +01:00
|
|
|
## The problem
|
|
|
|
|
|
|
|
Spaces are used to separate fields in the fstab, if you have spaces in the path of a mount point we cannot type them directly.
|
|
|
|
|
|
|
|
## The solution
|
|
|
|
|
2020-04-28 17:29:52 +02:00
|
|
|
Here is how to use spaces in a folder name in fstab : you put `\040` where you want a space.
|