aboutsummaryrefslogtreecommitdiff
path: root/content/blog/miscellaneous/fstab.md
blob: bc7331ef6230b1db4f049f519abc42042f0e40e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
title: "Use spaces in fstab"
date: 2011-09-29
description: How to use spaces in a folder name in fstab
tags:
  - unix
---

## 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

Here is how to use spaces in a folder name in fstab : you put `\040` where you want a space.