Re: Mounting a hard disk



On Nov 30, 2007 5:12 PM, Preston Hagar <prestonh@xxxxxxxxx> wrote:
I am new to Ubuntu, and I would like to mount a hard disk that Ubuntu
did not mount automatically. How can I mount it manually?

try this

sudo mount /dev/hdd1 /media/yournewdrive

Thanks, Isaru. The point is that I do not know whether it is hdb, hdc,
hdd, etc.? How can I learn that?

Two different ways to do this (there are probably more than two, these
are just the two off of the top of my head):

run this command:

dmesg | less

and look for hd or sd entries. If you new disk is SATA or SCSI, it
will start with sd, not hd.

Way 2:

sudo apt-get install lshw
sudo lshw -class disk

This should list all of the disks in your machine.

Thanks, Preston. I am trying the following but with no success:

# mount /dev/sdb2 /media/iso
mount: unknown filesystem type 'LVM2_member'
root@mypc:/home/paulus# mount -t ext3 /dev/sdb2 /media/iso
mount: wrong fs type, bad option, bad superblock on /dev/sdb2,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

#

Any ideas?

Paul

--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • SUMMARY: Creating bare-metal recovery disks
    ... Copy system disk ... To create an ADVFS root and /usr partition, ... Next you are going to need to make the following mount points: ... mkdir /rootclone ...
    (Tru64-UNIX-Managers)
  • Re: having trouble mounting disk image on loopback device
    ... a dd image taken from a physical disk. ... Therefore, to mount each partition, I used these commands: ... mount command will not suffice...For that matter, ... The device must contain a filesystem recognizable ...
    (comp.os.linux.misc)
  • Re: NFS mounts not largefiles by default?
    ... > That's simply because there is no such mount option for nfs filesystems. ... >>up several terminal sessions on the console which appeared to be hung ... three Sun Rays, and I don't normally use its console, just the Rays. ... directories are on a separate disk. ...
    (comp.unix.solaris)
  • Re: Diagnosing the colored pinwheel
    ... Your boot drive needs a minimum of 15% unused disk space so it can create files for swapping and other system-related activity. ... Activity Monitor and top do specific work that will not highlight some symptoms an app or system may exhibit. ... Boot drive means that mount that the system and kernel was loaded from, typically the one given the "/" designation. ...
    (comp.sys.mac.apps)
  • Re: USB stick access freezing up system?
    ... would expect the application to fail, but the stick is just a mount in ... How can it corrupt a filesystem on a device that's been removed? ... corruption of its filesystem, ... I have transported an MFM disk that had not been parked with the ...
    (comp.unix.bsd.freebsd.misc)