cat /etc/apt/sources.list
Kod: Zaznacz cały
cat /etc/apt/sources.list
#~~~~~~Lenny~~~~~~#
deb http://ftp.pl.debian.org/debian/ lenny main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ lenny main non-free contrib
deb http://security.debian.org/ lenny/updates main contrib non-free
deb-src http://security.debian.org/ lenny/updates main contrib non-free
#~Dodatkowe bezpieczeństwo spam, antywirusy itp.~#
deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free
deb-src http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free
#~~~~~~Backports_Lenny~~~~~~#
deb http://www.backports.org/debian lenny-backports main contrib non-free
#~~~~~~Debian-multimedia~~~~~~#
deb http://www.debian-multimedia.org lenny main non-free
deb-src http://www.debian-multimedia.org lenny main non-free
#~~~~~~Kadu~~~~~~#
#deb http://www.kadu.net/download/binary/debian/repo stable main
#deb-src http://www.kadu.net/download/binary/debian/repo stable main
cat /etc/fstab
Kod: Zaznacz cały
cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda1 / ext3 errors=remount-ro 0 1
/dev/hda9 /home ext3 defaults 0 2
/dev/hda8 /tmp ext3 defaults 0 2
/dev/hda5 /usr ext3 defaults 0 2
/dev/hda6 /var ext3 defaults 0 2
/dev/hda7 none swap sw 0 0
/dev/hdb /media/cdrom0 udf,iso9660 user,noauto 0 0
ls -l /media
Kod: Zaznacz cały
ls -l /media
razem 1
lrwxrwxrwx 1 root root 6 maj 10 18:42 cdrom -> cdrom0
drwxr-xr-x 2 root root 1024 maj 10 18:42 cdrom0
ls -l /mnt
oraz polecenie jako root:
fdisk -l
Kod: Zaznacz cały
fdisk -l
Disk /dev/sda: 200.0 GB, 200048565760 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x3f253f24
Device Boot Start End Blocks Id System
/dev/sda1 1 2551 20490876 7 HPFS/NTFS
/dev/sda2 2552 24321 174867525 7 HPFS/NTFS
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00340034
Device Boot Start End Blocks Id System
/dev/hda1 * 1 43 345366 83 Linux
/dev/hda2 44 9729 77802795 5 Extended
/dev/hda5 44 651 4883728+ 83 Linux
/dev/hda6 652 1016 2931831 83 Linux
/dev/hda7 1017 1346 2650693+ 82 Linux swap / Solaris
/dev/hda8 1347 1395 393561 83 Linux
/dev/hda9 1396 9729 66942823+ 83 Linux