plik fstab
Kod: Zaznacz cały
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda1 during installation
UUID=5aea7151-5f37-44a2-811e-5e4268eec1a5 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=06951229-9557-4062-bf06-bb5467ac165e none swap sw 0 0
/dev/scd1 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
UUID=45A5-3723 /media/sdc1 vfat defaults,utf8,root,users 0 0
Kod: Zaznacz cały
robert@robert-desktop:~$ sudo fdisk -l
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xd531d531
Device Boot Start End Blocks Id System
/dev/sda1 * 1 9543 76654116 83 Linux
/dev/sda2 9544 9729 1494045 5 Extended
/dev/sda5 9544 9729 1494013+ 82 Linux swap / Solaris
Disk /dev/sdb: 10.2 GB, 10242892800 bytes
255 heads, 63 sectors/track, 1245 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xd5e9fc5b
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 1244 9992398+ 7 HPFS/NTFS
Disk /dev/sdc: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00061287
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 30401 244196001 b W95 FAT32
Kod: Zaznacz cały