- ubuntu@ubuntu:~$ sudo fdisk -l
- Disk /dev/sda: 3911 MB, 3911188480 bytes
- 130 heads, 38 sectors/track, 1546 cylinders, total 7639040 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: 0xd1581ecc
- Device Boot Start End Blocks Id System
- /dev/sda1 * 2048 7639039 3818496 b W95 FAT32
- Disk /dev/sdb: 160.0 GB, 160041885696 bytes
- 255 heads, 63 sectors/track, 19457 cylinders, total 312581808 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: 0xc404e261
- Device Boot Start End Blocks Id System
- /dev/sdb1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
- /dev/sdb2 206848 205750271 102771712 7 HPFS/NTFS/exFAT
- /dev/sdb3 205750272 312580095 53414912 83 Linux
- ubuntu@ubuntu:~$ sudo mount /dev/sdb /mnt
- mount: you must specify the filesystem type
- ubuntu@ubuntu:~$ sudo mount /dev/sdb3 /mnt
- ubuntu@ubuntu:~$ sudo mount --bind /dev /mnt/dev
- mount: mount point /mnt/dev does not exist
- ubuntu@ubuntu:~$ sudo mount /dev/sdb /mnt
- mount: /dev/sdb already mounted or /mnt busy
- mount: according to mtab, /dev/sdb3 is already mounted on /mnt
- ubuntu@ubuntu:~$
- ubuntu@ubuntu:~$
SHARE
TWEET
Untitled
a guest
Feb 5th, 2015
170
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data
