Ubuntu Pastebin

Paste from openiduser1827 at Wed, 24 Feb 2016 10:26:13 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
franco500@franco500:~$ sudo fdisk -l | grep NTFS
[sudo] password for franco500: 
/dev/sda1   *          63   136847359    68423648+   7  HPFS/NTFS/exFAT
/dev/sda5       202385408   970625023   384119808    7  HPFS/NTFS/exFAT
/dev/sdb1   *        2048   105510911    52754432    7  HPFS/NTFS/exFAT
/dev/sdb2       105510912   321665023   108077056    7  HPFS/NTFS/exFAT
franco500@franco500:~$ sudo umount -a
umount: /run/user: device is busy.
        (In some cases useful info about processes that use
         the device is found by lsof(8) or fuser(1))
umount: /run/shm: device is busy.
        (In some cases useful info about processes that use
         the device is found by lsof(8) or fuser(1))
umount: /run/lock: device is busy.
        (In some cases useful info about processes that use
         the device is found by lsof(8) or fuser(1))
umount: /run: device is busy.
        (In some cases useful info about processes that use
         the device is found by lsof(8) or fuser(1))
umount: /dev: device is busy.
        (In some cases useful info about processes that use
         the device is found by lsof(8) or fuser(1))
umount: /: device is busy.
        (In some cases useful info about processes that use
         the device is found by lsof(8) or fuser(1))
franco500@franco500:~$ sudo mount -a
franco500@franco500:~$ sudo blkid
/dev/sda1: UUID="DCC2CFD2C2CFAED8" TYPE="ntfs" 
/dev/sda2: UUID="57ed4dc7-7b5f-487a-9a8c-32724f694c8f" TYPE="ext4" 
/dev/sda5: LABEL="Dati C" UUID="06AF8580656EECD6" TYPE="ntfs" 
/dev/sda6: UUID="b3ac974e-eebd-41a3-bab9-eec956ab3822" TYPE="swap" 
/dev/sdb1: LABEL="XP" UUID="125AF18E792328F1" TYPE="ntfs" 
/dev/sdb2: LABEL="Dati sdb" UUID="5BF67966175A9092" TYPE="ntfs" 
franco500@franco500:~$ 
Download as text