My Toshiba laptop comes up with a blank screen after installing. I've run the diagnostic on it and get the following:
fsck from util-linux 2.20.1
/dev/mapper/ubuntu-root: clean, 166118/4808704 files, 947684/19212288 blocks
/dev/sda1 was not cleanly unmounted, check forced.
I am on a Mac, with Debian installed. Anyways, when I boot, I get a bunch of DRDY Errors. However, it says the errors are on sda2, but my root partition is on sda5, and sda2 is not mounted at boot.
Dear Users,
I run a small Ubuntu server 12.04 LTS and want to secure the /tmp and /var/tmp
I followed this tutorial:
http://www.cyberciti.biz/faq/howto-m...-nosuid-nodev/
but I did something wrong (or i think) because when i restart the server i needed to skip the /tmp mount:
Code:
fsck from util-linux 2.20.1
fsck from util-linux 2.20.1
/dev/md0: clean, 105386/90816512 files, 29678902/363
My Kern.log file advise me to run e2fsck.
Aug 30 14:10:11 ubuntu kernel: [ 122.378292] EXT4-fs (sda11): warning: maximal mount count reached, running e2fsck is recommended
Aug 30 14:10:11 ubuntu kernel: [ 122.387488] EXT4-fs (sda11): mounted filesystem with ordered data mode.
root@host [/home2]# lsof /home2
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
php 3182 ctxmortg cwd DIR 8,17 4096 32858196 /home2/ctxmortg/public_html/hello
php 3182 ctxmortg 3r REG 8,17 46404 55781766 /home2/ctxmortg/public_html/hello/cache/subprimemortgagemorgage.com/cache-zch-8284-cache.txt
php 3185 ctxmortg cwd DIR 8,17 40
This is not what I was used to before. It used to be fsck did a disk check every 30 boots, which is usual.
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)
fsck stands for "file system check" [1]. systemd will check all of your filesystems every time you boot [2]. systemd-fsck[145]: /dev/sda4: clean, 2977/296096 files, 85427/1217024 blocks
systemd-fsck[151]: /dev/sda1: clean, 345/26104 files, 34083/104388 blocks (check after next mount)These messages mean that there are no problems with your filesystems and they are "clean&
I have just upgraded my cpu/mobo/RAM and I would like to now increase the swap size without having to reformat my entire drive. Is this possible?