 |
 |
 |
 |
| F15 Development The proper place for all things "F15." This section will be archived once F15 reaches final release. |

10th April 2011, 11:48 PM
|
 |
Registered User
|
|
Join Date: Sep 2009
Posts: 1,409

|
|
|
What's a fresh /etc/fstab look like?
Running "systemctl status xxx.mount" where xxx is an entry in /etc/fstab shows something like this:
Quote:
$ systemctl status sfsi.mount
sfsi.mount - /sfsi
Loaded: error
Active: inactive (dead)
Where: /sfsi
CGroup: name=systemd:/system/sfsi.mount
|
Obviously, systemd doesn't like the syntax in my /etc/fstab that's been around since F12. Could someone who's done a fresh install of F15 post their /etc/fstab? The docs in "man 5 fstab" don't indicate I have mount syntax errors.
Thanks,
dd_wizard
|

10th April 2011, 11:58 PM
|
|
Registered User
|
|
Join Date: Jan 2010
Posts: 5,020

|
|
|
Re: What's a fresh /etc/fstab look like?
# /etc/fstab
# Created by anaconda on Sat Apr 9 21:04:23 2011
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
UUID=4ee500ce-3559-4cbe-830d-c29f9e4d2853 / ext4 dd
efaults 1 1
UUID=5340af22-8912-4aa5-8fbc-1e062ae1a98a swap swap dd
efaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
~
~
Pretty much default.
What I've found, on odd occasions (no rhyme or reason to it that I've noticed) is that sometimes, it will have trouble with a UUID, though the error message has always been different from the one you posted. At any rate, I've always been able to fix this by changing the UUID to the device, e.g /dev/sda1 or whatever.
|

10th April 2011, 11:58 PM
|
 |
Registered User
|
|
Join Date: May 2005
Location: Sonoran Desert
Posts: 2,136

|
|
|
Re: What's a fresh /etc/fstab look like?
Here's mine:
Code:
#
# /etc/fstab
# Created by anaconda on Fri Apr 8 19:39:03 2011
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
UUID=c2b44d0f-700e-497c-bea1-d0ea226d25f2 / ext4 defaults 1 1
UUID=e4f81be9-01de-4986-a94e-0d2034f7d9e7 swap swap defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
|

11th April 2011, 12:00 AM
|
 |
Un-Retired Administrator
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,974

|
|
|
Re: What's a fresh /etc/fstab look like?
Here's the virgin file from my F15 install.
PHP Code:
#
# /etc/fstab
# Created by anaconda on Sun Apr 3 05:31:26 2011
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
UUID=e4a70ecc-0f63-4c34-84cd-dd3ad1113f9f / ext4 defaults 1 1
UUID=7382d00c-0a4a-468b-8182-58ecb7433e65 swap swap defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
Looks as though a few beat me to it.
__________________
Glenn
The Bassinator © ®
Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
|

11th April 2011, 12:01 AM
|
 |
Registered User
|
|
Join Date: Sep 2009
Posts: 1,409

|
|
|
Re: What's a fresh /etc/fstab look like?
Wow, that was quick. Thanks smr54 and sonoran, those are a lot different from the old one.
dd_wizard
---------- Post added at 04:01 PM ---------- Previous post was at 04:01 PM ----------
Haha! And you beat my reply, glennzo. Thank you too.
dd_wizard
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 18:10 (Wednesday, 19-06-2013)
|
|
 |
 |
 |
 |
|
|