This is my fstab:
#
# /etc/fstab
# Created by anaconda on Sat Jan 12 02:12:44 2013
#
# 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=fb2b6c2e-a8d7-4855-b109-c9717264da8a / ext4 auto,noatime,noload,data=ordered,commit=10,defaults 1 1
UUID=71362665-f627-41e1-a0
I put UUID=fb2b6c2e-a8d7-4855-b109-c9717264da8a / ext4 auto,noatime,noload,data=ordered,commit=10,defaults 1 1 in fstab
And now server fails to reboot. It can reboot but reject all kind of connections.
This is what my provider said:
Yeah, the noload option might be problematic...
I am running Fedora 12 i686. I have three hard drives in my computer with multiple partitions. Three of these partitions are mounted in /mnt by fstab. sdc10, sdb11, sdc1. all are EXT3.
I was told to simply go into the fstab folder to allow myself permissions to execute files without becoming root, but instead of following it blindly I need a 2nd opinion. I cannot install a specific program because of configuration problems even though I downloaded all the gcc, g++ etc packages. I got permission denied and here I am in my fstab folder. Anything I can do about this?
UUID=f5be9b96-da41-49fd-a8e2-dbbf37f5cd7d / ext4 defaults,usrquota 1 1
UUID=31a1c8d1-18ee-4c97-a0b9-b92599247112 /boot ext4 defaults 1 2
UUID=1fc6e1e3-bb0e-46bd-9de8-b8a11ca69ab9 /home ext4 defaults,noexec,usrquota,noatime 1 2
UUID=17dd0442-1872-476e-bb86-d5bf8c2f86f6 /tmp ext4 loop,rw,noexec,nosuid
I've installed Fedora 10 short time after it came out. Now I am having some problems unmounting thes drives on restart or shutdown. It hangs at the stage of 'unmounting file system'. I've looked into this matter and discovered that those drives are automatically mounted and shown on the Gnome file browser. As the /etc/fstab indicates, it is not mounted by it.
Hi everyone.
After installing f12 I noticed that mount command now shows /dev/dm-0 as my root partition instead of /dev/VolGroup00/LogVol00 as it used to be before.
# mount
/dev/dm-0 on / type ext4 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
I'm trying to mount a device using a label in my fstab but it never actually mounts on boot.
I have mounted my NTFS disk via System Settings and this is my fstab configuration#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
devpts /dev/pts devpts defaults 0 0
shm /dev/shm tmpfs nodev,nosuid 0 0
U