How to Mount my HDD

danny taki

Just installed ubuntu on my SSD and reconnected my other HDD, however it shows up in BIOS, but when Ubuntu boots, it isn't showing up in the file system.

sdb is the SSD
sda is a HDD
sdc is another HDD

only the SSD is showing.

Here's some of the output from sudo fsdisk -l

Disk /dev/sda: 596.2 GiB, 640135028736 bytes, 1250263728 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
Disklabel type: dos
Disk identifier: 0xd8000117

Device     Boot      Start        End    Sectors   Size Id Type
/dev/sda1  *          2048 1233487871 1233485824 588.2G 83 Linux
/dev/sda2       1233489918 1250263039   16773122     8G  5 Extended
/dev/sda5       1233489920 1250263039   16773120     8G 82 Linux swap / Solaris


Disk /dev/sdb: 232.9 GiB, 250059350016 bytes, 488397168 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
Disklabel type: dos
Disk identifier: 0xabd9c2b1

Device     Boot     Start       End   Sectors   Size Id Type
/dev/sdb1  *         2048 471623679 471621632 224.9G 83 Linux
/dev/sdb2       471625726 488396799  16771074     8G  5 Extended
/dev/sdb5       471625728 488396799  16771072     8G 82 Linux swap / Solaris


Disk /dev/sdc: 74.5 GiB, 80026361856 bytes, 156301488 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
Disklabel type: dos
Disk identifier: 0xdab2cc78


daniel@daniel-GA-MA785G-UD3H:~$ df -hT
Filesystem     Type      Size  Used Avail Use% Mounted on
udev           devtmpfs  3.9G     0  3.9G   0% /dev
tmpfs          tmpfs     799M  9.6M  789M   2% /run
/dev/sdb1      ext4      222G  6.0G  205G   3% /
tmpfs          tmpfs     3.9G  4.9M  3.9G   1% /dev/shm
tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
tmpfs          tmpfs     3.9G     0  3.9G   0% /sys/fs/cgroup
tmpfs          tmpfs     799M   60K  799M   1% /run/user/1000

I added a Screenshot of the disk management GUI I see the gear but the only options are 'Format Partition', 'Edit Partition', 'Create Parition Image', 'Restore Parition Image', and 'Benchmark Parition'.

Gparted Screenshot of 650GB SATA drive

Gparted Screenshot of 250GB SSD drive

heynnema

Since the Disks app can see all three drives, it sounds like you haven't edited your /etc/fstab correctly. In terminal, type sudo blkid, and sudo more /etc/fstab, and post the output here. Make sure that the uuid's in fstab match what blkid finds. Also assure that no uuid is duplicated. Cheers, Al

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to mount my old system HDD?

From Dev

How do I get my internal HDD to mount at startup? Disks utility not working

From Dev

How do I get my internal HDD to mount at startup? Disks utility not working

From Dev

How to format and auto-mount the HDD after installing OS to SSD?

From Dev

How to format and auto-mount the HDD after installing OS to SSD?

From Dev

How to mount HDD extracted from singledrive ZyXEL NAS?

From Dev

How to not store hdd encryption key on machine, but still mount on boot?

From Dev

How to mount external HDD on 18.04? can't find in /etc/fstab

From Dev

Permanently mount HDD

From Dev

How do I mount my main internal ext4 drive on a fresh install of Xubuntu 12.04? (Acer c7 320GB HDD)

From Dev

How do I mount my main internal ext4 drive on a fresh install of Xubuntu 12.04? (Acer c7 320GB HDD)

From Dev

I connected my usb hdd driver. CentOS7 don't mount it

From Dev

How can I benchmark my HDD?

From Dev

How to optimize my SSD and HDD configuration

From Dev

How to tell whether my HDD is IDE or SATA

From Dev

How can I benchmark my HDD?

From Dev

How do i completely wipe my HDD

From Dev

How to properly partition my HDD for Ubuntu?

From Dev

How to auto mount my external hard drive?

From Dev

How do I auto mount my partition?

From Dev

How do I auto mount my partition?

From Dev

How to auto mount my external hard drive?

From Dev

How to change my /boot/efi mount partition?

From Dev

How do I mount my Android phone?

From Dev

How to mount/access my second hard drive?

From Dev

How to change my /boot/efi mount partition?

From Dev

unable to mount hdd from terminal

From Dev

unable to mount hdd from terminal

From Dev

mount lan hdd into linux fedora

Related Related

HotTag

Archive