Drives dont show in computer ?

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
sanguinemoon
Level 2
Level 2
Posts: 77
Joined: Tue Mar 20, 2007 5:08 am

Post by sanguinemoon »

Are they mounted?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
sanguinemoon
Level 2
Level 2
Posts: 77
Joined: Tue Mar 20, 2007 5:08 am

Post by sanguinemoon »

First you'd need to see if they are mounted. Just type "mount" in a terminal.

raccoon@MintyAbomination:~$ mount
/dev/hda2 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
lrm on /lib/modules/2.6.22-14-generic/volatile type tmpfs (rw)
/dev/hda1 on /media/hda1 type ext3 (rw)
/dev/hda3 on /media/hda3 type ext3 (rw)
/dev/hdb1 on /media/hdb1 type ext2 (rw)
/dev/sdb1 on /media/sda1 type ext3 (rw)
/dev/sdc1 on /media/sdb1 type ext3 (rw)
/dev/sdc2 on /media/sdb2 type ext3 (rw)
/dev/sda1 on /media/sdc1 type ext3 (rw)

Where it says "/dev/hda1 on /media/hda1 type ext3 (rw) ", etc shows the drives that are mounted. You should see at least two entries there. One for each hdd.

If both don't show up, they'll probably just need to be added to your fstab.
Lolo Uila
Level 5
Level 5
Posts: 575
Joined: Thu Mar 15, 2007 3:40 am
Location: Kapolei, Hawaii

Post by Lolo Uila »

Actually, in "Computer" (the icon on the Mint desktop) they should show up anyway (just grayed out if not mounted). All my drives show up there mounted or not. They just won't show up on your desktop unless mounted.

You only have 1 hard drive and 1 optical drive in your /etc/fstab file...?

And yes, something is very wrong if /dev/fd0 /media/floppy0 is actually your hard drive and you don't automatically get swap.
Husse

Post by Husse »

've just noticed that /dev/fd0 /media/floppy0
is actually my second hard drive !
How?
Do you have a floppy?
fd0 is reserved for floppy - can't be a hard disk
Each optical unit should have an entry like the on you have
You may have problems with UUID
http://www.linuxmint.com/wiki/index.php ... _a_problem
And finally - you say you have Mint on both disks - not the same version I hope (like two Celena)?
Husse

Post by Husse »

hm - isn't the Acronis backup in some kind of mirror file.
But yes you have some really strange concoction :lol:
Especially if you have home on its own partition I'd recommend a reinstall in this case
Simply takes too long to figure out whats wrong
Locked

Return to “Beginner Questions”