![]() |
Can't see new HDD - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Hard Drives and SSDs (https://www.linuxliteos.com/forums/forumdisplay.php?fid=26) +--- Thread: Can't see new HDD (/showthread.php?tid=1978) |
Can't see new HDD - Monkeyman - 07-11-2015 I'm sure this is simple but I can't figure it out. My case has 5 HDDs and an SSD. The SSD is for the OS only and the HDDs are for misc storage. I just added a new 2TB HDD in an external enclosure connected via USB. Using the sudo fdisk -l command, I can see the new HDD (assuming my math is right and 2000GB is 2TB) but it doesn't show on either the tree (in the Home Folder) nor as an icon on my desktop (where the rest show). Here's what it shows in the terminal for this HDD: Code: Disk /dev/sdf: 2000.4 GB, 2000398934016 bytes Not sure where to go with this. Someone please explain this to me like I'm a 6 year old. ![]() Thanks, guys. Re: Can't see new HDD - Valtam - 07-11-2015 The easiest way to deal with new drives is to install Disks. Code: sudo apt-get install gnome-disk-utility Re: Can't see new HDD - Monkeyman - 07-11-2015 Thank you very much, Jerry! Formatted and partitioned and now I see it. WooHoo! Re: Can't see new HDD - Valtam - 07-11-2015 ![]() |