# UNCONFIGURED FSTAB FOR BASE SYSTEM
OK, so somehow this debian system knows to mount an SD card partition as '/' without being told to do so in the fstab. So, if I add a new entry for a swap partition/file, will it still know how to mount the root partition, or am I fixing to break something?!?
/etc/fstab in modern debian installs is just an additional mount config file. The actual mounting of / or any other mount point you might have is stored somewhere else. /etc/fstab is used for any additional mounts you might want to add like smb, nfs mounts and in your case, a swap partition. Go ahead and add whatever mounts you want to it, it will be fine and you won't break anything.
/etc/fstab in modern debian installs is just an additional mount config file.
The actual mounting of / or any other mount point you might have is stored >> somewhere else. /etc/fstab is used for any additional mounts you might want >> to add like smb, nfs mounts and in your case, a swap partition. Go ahead and >> add whatever mounts you want to it, it will be fine and you won't break
anything.
That is something I was not aware of. I thought everything had to be in
the fstab file in order to mount. I was able to get it to mount a non-swap partition by adding only it to the fstab file without breaking anything.
Sysop: | altere |
---|---|
Location: | Houston, TX |
Users: | 69 |
Nodes: | 4 (0 / 4) |
Uptime: | 08:43:03 |
Calls: | 1,062 |
Calls today: | 2 |
Files: | 8,069 |
Messages: | 298,937 |