April 2024
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  

Categories

April 2024
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  

Fedora 20 automount nfs fs with autofs

Fedora 20 automount nfs fs with autofs # yum install autofs

# cat /etc/auto.misc # # This is an automounter map and it has the following format # key [ -mount-options-separated-by-comma ] location # Details may be found in the autofs(5) manpage

cd -fstype=iso9660,ro,nosuid,nodev :/dev/cdrom RemoteDownload -rw,soft,intr 192.168.1.100:/Download

# the following entries are samples to […]

How to mount LVM partitions from rescue mode (Fedora/CentOS/RedHat)

Boot your rescue media. Scan for volume groups: # lvm vgscan -v

Activate all volume groups: # lvm vgchange -a y

List logical volumes: # lvm lvs –all

With this information, and the volumes activated, you should be able to mount the volumes: # mount /dev/volumegroup/logicalvolume /mountpoint

LVM volumes on CentOS / RHEL 7 with System Storage Manager

LVM volumes on CentOS / RHEL 7 with System Storage Manager

Logical Volume Manager (LVM) is an extremely flexible disk management scheme, allowing you to create and resize logical disk volumes off of multiple physical hard drives with no downtime. However, its powerful features come with the price of a somewhat steep learning curves, with […]

Fedora 20 INSTALL

[root@fedora ~]# systemctl | grep firewall firewalld.service loaded active running firewal d – dynamic firewall daemon [root@fedora ~]#

[root@fedora ~]# systemctl stop firewalld.service [root@fedora ~]# systemctl start firewalld.service [root@fedora ~]# [root@fedora ~]# systemctl disable firewalld.service rm ‘/etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service’ rm ‘/etc/systemd/system/basic.target.wants/firewalld.service’ [root@fedora ~]# [root@fedora ~]# sed -i ‘s/^SELINUX=.*/SELINUX=disabled/g’ /etc/sysconfig/selinux && cat /etc/sysconfig/selinux

# This file […]

lv_root: UNEXPECTED INCONSISTENCY fsck MANUALLY

lv_root: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY

*** An error occured during hte file system check *** Dropping you to a shell;the system will reboot *** when you leave the shell. Give root password for maintenance (or type Control-D to continue):

now what? First of all i would not worry to much about this error, […]

Fedora