Code: Select all
# df -h
df: cannot read table of mounted file systemsCode: Select all
#vi /etc/fstab
E297: Write error in swap fileCode: Select all
# cat /etc/fstab
# /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#
# <fs> <mountpoint> <type> <opts> <dump/pass>
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hda1 /boot reiserfs noauto,noatime,notail 1 1
/dev/hda3 / reiserfs noatime 1 1
/dev/hda2 none swap sw 0 0
/dev/hdc /mnt/cddrom iso9660 noauto,ro 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0
#Old windows mount options
#/dev/sda1 /mnt/windows ntfs defaults,uid=eric,gid=users,rw 0 0
#New ntfs-3g windows mount options
/dev/sda1 /mnt/WDBackupDrive ntfs-3g locale=en_US.utf8 0 0
# NOTE: The next line is critical for boot!
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0Code: Select all
# emerge --sync
emergelog(): [Errno 28] No space left on device
emergelog(): [Errno 28] No space left on device
emergelog(): [Errno 28] No space left on device
!!! getaddrinfo failed for 'rsync.us.gentoo.org': [Errno -2] Name or service not known
emergelog(): [Errno 28] No space left on device
>>> Starting rsync with rsync://rsync.us.gentoo.org/gentoo-portage...
>>> Checking server timestamp ...
Traceback (most recent call last):
File "/usr/bin/emerge", line 43, in <module>
retval = emerge_main()
File "/usr/lib/portage/pym/_emerge/main.py", line 1938, in emerge_main
return action_sync(settings, trees, mtimedb, myopts, myaction)
File "/usr/lib/portage/pym/_emerge/actions.py", line 2256, in action_sync
tempfile.mkstemp(dir=tmpdir)
File "/usr/lib/python2.7/tempfile.py", line 286, in mkstemp
dir = gettempdir()
File "/usr/lib/python2.7/tempfile.py", line 254, in gettempdir
tempdir = _get_default_tempdir()
File "/usr/lib/python2.7/tempfile.py", line 201, in _get_default_tempdir
("No usable temporary directory found in %s" % dirlist))
IOError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/root']
emergelog(): [Errno 28] No space left on deviceCode: Select all
# fdisk -l
Disk /dev/hda: 60.0 GB, 60011642880 bytes
255 heads, 63 sectors/track, 7296 cylinders, total 117210240 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/hda1 * 63 208844 104391 83 Linux
/dev/hda2 208845 1220939 506047+ 82 Linux swap / Solaris
/dev/hda3 1220940 117210239 57994650 83 Linux
^[[A
Disk /dev/sda: 2000.4 GB, 2000396746752 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907024896 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000524bc
Device Boot Start End Blocks Id System
/dev/sda1 2048 3907024895 1953511424 7 HPFS/NTFS/exFAT

