I am running 7.1 Kubuntu
I have two Hard drives, the main one I leave in my desktop and the second one I use to download various things. It is my 60Gb usb stick. So I have a IDE to USB cable that I use.
I have downloaded music onto the second hard disk (which on the desktop shows up as "disk") and pulled it out of the box and brought it to another computer with 7.1 Kubuntu.
After connecting the electricity and the usb it was not recognized. I brought it home and tried to do the same thing on my desktop and it did not work either.
all partitions in question are ext2
could this be a UPnP prob?
I have two Hard drives, the main one I leave in my desktop and the second one I use to download various things. It is my 60Gb usb stick. So I have a IDE to USB cable that I use.
I have downloaded music onto the second hard disk (which on the desktop shows up as "disk") and pulled it out of the box and brought it to another computer with 7.1 Kubuntu.
After connecting the electricity and the usb it was not recognized. I brought it home and tried to do the same thing on my desktop and it did not work either.
all partitions in question are ext2
Code:
sudo fdisk -l
Code:
Disk /dev/hda: 200.0 GB, 200049647616 bytes 255 heads, 63 sectors/track, 24321 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x87048704 Device Boot Start End Blocks Id System /dev/hda1 1118 2211 8787555 83 Linux /dev/hda2 2212 24321 177598575 f W95 Ext'd (LBA) /dev/hda3 * 1 1117 8972271 83 Linux /dev/hda5 20626 20874 2000061 82 Linux swap / Solaris /dev/hda6 20875 24321 27687996 83 Linux /dev/hda7 13813 20625 54725391 83 Linux /dev/hda8 10565 13812 26089528+ 83 Linux /dev/hda9 7324 10564 26033301 83 Linux /dev/hda10 2212 7323 41062077 83 Linux
Code:
cat /etc/fstab
Code:
# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/hda3 UUID=90471a70-f161-4ea3-b3f1-396e94e029f9 / ext2 defaults,errors=remount-ro 0 1 # /dev/hda1 UUID=e62da262-5f4a-4a0c-93f5-76b8cdfddcb9 /home ext2 defaults 0 2 # /dev/hda10 UUID=37004686-f748-406b-ada1-5c0513d69676 /media/hda10 ext2 defaults 0 2 # /dev/hda6 UUID=b16e7f91-a021-43a5-bb22-c07518694b6d /media/hda6 ext2 defaults 0 2 # /dev/hda7 UUID=f7efe44c-56f1-4681-ac0d-8a6f366ac260 /media/hda7 ext2 defaults 0 2 # /dev/hda8 UUID=378c3a78-d514-48db-9a27-03223cdd44f5 /media/hda8 ext2 defaults 0 2 # /dev/hda9 UUID=63d0eb75-62b8-4e86-b95c-df331ca885dc /media/hda9 ext2 defaults 0 2 # /dev/hda5 UUID=08c8c1c1-7f0f-4558-aedb-c75cfc8b2d32 none swap sw 0 0 /dev/hdc /media/cdrom0 udf,iso9660 user,noauto,exec 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0 0
Code:
etc /etc/mtab
Code:
/dev/hda3 / ext2 rw,errors=remount-ro 0 0 proc /proc proc rw,noexec,nosuid,nodev 0 0 /sys /sys sysfs rw,noexec,nosuid,nodev 0 0 varrun /var/run tmpfs rw,noexec,nosuid,nodev,mode=0755 0 0 varlock /var/lock tmpfs rw,noexec,nosuid,nodev,mode=1777 0 0 udev /dev tmpfs rw,mode=0755 0 0 devshm /dev/shm tmpfs rw 0 0 devpts /dev/pts devpts rw,gid=5,mode=620 0 0 lrm /lib/modules/2.6.22-14-generic/volatile tmpfs rw 0 0 /dev/hda1 /home ext2 rw 0 0 /dev/hda10 /media/hda10 ext2 rw 0 0 /dev/hda6 /media/hda6 ext2 rw 0 0 /dev/hda7 /media/hda7 ext2 rw 0 0 /dev/hda8 /media/hda8 ext2 rw 0 0 /dev/hda9 /media/hda9 ext2 rw 0 0 securityfs /sys/kernel/security securityfs rw 0 0
could this be a UPnP prob?
Comment