2nd ext3 insternal hard drive won't mount

Asked by wonderfullyrich

I have feisty running on one of two 111gb internal drives, with no issues. I've recently used gparted to format the second hard drive from an ntfs partition to a ext3 partition, however now the drive will not come up after i boot.
the command mount returns:

/dev/hda1 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)
procbususb on /proc/bus/usb type usbfs (rw)
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.20-16-generic/volatile type tmpfs (rw)
nfsd on /proc/fs/nfsd type nfsd (rw)
rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)

my fstab file says:

proc /proc proc defaults 0 0
# Entry for /dev/hda1 :
UUID=ae97b5b7-e2d0-4e7c-86f1-f7e4965e158e / ext3 defaults,errors=remount-ro 0 1
# Entry for /dev/hda3 :
UUID=A4382C56382C2A2E /media/hda3 ntfs-3g defaults,nls=utf8,umask=007,gid=46 0 1
# Entry for /dev/hdc1 :
# UUID=F0A4288CA42856FE /media/hdc1 ntfs-3g defaults,nls=utf8,umask=007,gid=46 0 1
/dev/hdc1 /media/torrent ext3 rw,user,suid,dev,exec,auto 0 0
# Entry for /dev/hda5 :
UUID=ecb18d30-8e01-4097-b21c-6b503db4cfc4 none swap sw 0 0
/dev/hdd /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0

it is showing up in a sudo lshw -C disk, however as I also tried a disklabel i think that might be screwing things up.

  *-disk
       description: ATA Disk
       product: WDC WD1200BB-00CAA0
       vendor: Western Digital
       physical id: 0
       bus info: ide@1.0
       logical name: /dev/hdc
       version: 16.06V16
       serial: WD-WMA8C1044431
       size: 111GB
       capacity: 111GB
       capabilities: ata dma lba iordy smart security pm partitioned partitioned:dos
       configuration: mode=udma5 smart=on
     *-volume
          description: Linux filesystem partition
          physical id: 1
          bus info: ide@1.0,1
          logical name: /dev/hdc1
          capacity: 111GB
          capabilities: primary

Thanks for the help!

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Jim Hutchinson (jphutch) said :
#1

Is this the drive in question (from fstab)?

/dev/hdc1 /media/torrent ext3 rw,user,suid,dev,exec,auto 0 0

If so, try

/dev/hdc1 /media/torrent ext3 defaults 0 2

Revision history for this message
Ruslan (rulet3) said :
#2

Don"t use gparted!!! This programm broke all memory!!

Can you help with this problem?

Provide an answer of your own, or ask wonderfullyrich for more information if necessary.

To post a message you must log in.