On Sat, Oct 3, 2009 at 10:11 PM, Michael Peden <[email protected]> wrote:
> Trying to read an "external" linux HD on a Ubuntu system using a USB-IDE
> cable.

With the latest version, I have sometimes noticed Ubuntu not
auto-mounting partitions automatically. Sometimes, evoking eerie
memories of when I used Windows, a simple reset is enough to fix this.

If not, have you had much experience with the "mount" command for
mounting partitions? "fdisk" for listing partition table information?

Observe:

administra...@hpmini:~$ cat /etc/issue
Ubuntu 9.04 \n \l

administra...@hpmini:~$ ls /dev/sdb*
/dev/sdb  /dev/sdb1
administra...@hpmini:~$ sudo fdisk -l /dev/sdb
[sudo] password for administrator:

Disk /dev/sdb: 16.3 GB, 16391208960 bytes
255 heads, 63 sectors/track, 1992 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x4a207fc6

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1        1903    15285816   83  Linux
/dev/sdb2            1904        1992      714892+   5  Extended
/dev/sdb5            1904        1992      714861   82  Linux swap / Solaris
administra...@hpmini:~$ ls /mnt
administra...@hpmini:~$ sudo mount /dev/sdb1 /mnt
administra...@hpmini:~$ ls /mnt
bin   cdrom  etc   initrd.img      lib         media  opt   root
selinux  sys  usr  vmlinuz
boot  dev    home  initrd.img.old  lost+found  mnt    proc  sbin  srv
    tmp  var  vmlinuz.old
administra...@hpmini:~$

Hope this helps!

Simón

_______________________________________________
Fwlug mailing list
[email protected]
http://fortwaynelug.org/mailman/listinfo/fwlug_fortwaynelug.org

Reply via email to