Here is the first
eter@1503022955:~> su -
Password:
1503022955:~ # fdisk -l
Disk /dev/sda: 1500.3 GB, 1500301910016 bytes
255 heads, 63 sectors/track, 182401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xb544b544
Device Boot Start End Blocks Id System
/dev/sda1 1 6509 52283511 7 HPFS/NTFS
/dev/sda2 13587 182402 1356006401 5 Extended
/dev/sda3 * 6510 8934 19477504 83 Linux
/dev/sda4 8934 13587 37368832 83 Linux
/dev/sda5 13587 180922 1344119808 83 Linux
/dev/sda6 180922 181184 2107392 82 Linux swap / Solaris
Partition table entries are not in disk order
Disk /dev/sdc: 1500.3 GB, 1500301910016 bytes
255 heads, 63 sectors/track, 182401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x3d3b334c
Device Boot Start End Blocks Id System
/dev/sdc1 1 182401 1465136001 42 SFS
Disk /dev/sdb: 1500.3 GB, 1500301910016 bytes
255 heads, 63 sectors/track, 182401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x3d3b334b
Device Boot Start End Blocks Id System
/dev/sdb1 1 182401 1465136001 42 SFS
1503022955:~ #
then for mount:
/dev/sda3 on / type ext4 (rw,acl,user_xattr)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
devtmpfs on /dev type devtmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,mode=1777)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/sda4 on /home type ext4 (rw,acl,user_xattr)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
/dev/sda1 on /windows/C type fuseblk (rw,noexec,nosuid,nodev,allow_other,blksize=4096,default_permissions)
/dev/sdc1 on /windows/E type fuseblk (rw,noexec,nosuid,nodev,allow_other,blksize=4096,default_permissions)
/dev/sdb1 on /windows/F type fuseblk (rw,noexec,nosuid,nodev,allow_other,blksize=4096,default_permissions)
/dev/sda5 on /windows/D type ext4 (rw)
securityfs on /sys/kernel/security type securityfs (rw)
1503022955:~ #
Then the last
1503022955:~ # cat /etc/fstab
/dev/disk/by-id/ata-SAMSUNG_HD154UI_S1XWJ1VZ500469-part6 swap swap defaults 0 0
/dev/disk/by-id/ata-SAMSUNG_HD154UI_S1XWJ1VZ500469-part3 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-SAMSUNG_HD154UI_S1XWJ1VZ500469-part4 /home ext4 acl,user_xattr 1 2
/dev/disk/by-id/ata-SAMSUNG_HD154UI_S1XWJ1VZ500469-part1 /windows/C ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/disk/by-id/ata-SAMSUNG_HD154UI_S1XWJ1VZ500471-part1 //windows/E/ ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/disk/by-id/ata-SAMSUNG_HD154UI_S1XWJ1VZ500470-part1 /windows/F/ ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/disk/by-id/ata-SAMSUNG_HD154UI_S1XWJ1VZ500469-part5 /windows/D ext4 defaults 1 2
1503022955:~ #