Results 1 to 3 of 3

Thread: Ext4 drive with Bad Sectors - how to rescue/mount?[Permission Denied when accessing]

  1. #1
    Join Date
    Jul 2009
    Beans
    23

    Ext4 drive with Bad Sectors - how to rescue/mount?[Permission Denied when accessing]

    Him
    I have an 500GB SATA drive:
    * 50 GB Ext4 Filesystem [sda1]
    * 450GB Extended:
    * 5 GB Swap [sda5]
    * 300GB Ext4 [sda6]
    * 145 GB Ext4 [sda7]
    I'm running the Ubuntu 10.04 LiveUSB, than trying to mount the disk.
    The first (50GB) filesystem mounts ok, but when I'm trying to mount 300GB or 145GB partitions, it seems to mount ok but than throws "Permission Denied" when trying to access...

    Code:
    ubuntu@ubuntu:~$ sudo mkdir /media/abc/
    ubuntu@ubuntu:~$ sudo mount /dev/sda6 /media/abc
    ubuntu@ubuntu:~$ cd /media/abc
    bash: cd: /media/abc/: Permission denied
    Any solutions?!

    Palimpset Disk Utility reports:
    107 Reallocated Sectors
    2 Current Pending Sectors

  2. #2
    Join Date
    Sep 2009
    Location
    Denmark
    Beans
    726
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Ext4 drive with Bad Sectors - how to rescue/mount?[Permission Denied when accessi

    sudo bash
    cd /media/abc

    Bad practice, but i just might work.

  3. #3
    Join Date
    Jul 2010
    Location
    Surrey, UK
    Beans
    Hidden!

    Smile Re: Ext4 drive with Bad Sectors - how to rescue/mount?[Permission Denied when accessi

    If it get really bad, try testdisk:

    Code:
    sudo apt-get install testdisk
    Processor: Intel Atom N270 @ 1.6GHz. RAM: 1GB DDR2 @ 667MHz. HDD: 160GB @ 5,400rpm. Wifi: Atheros b/g/n @ 2.4GHz. Display: 1240x600 @ 60Hz. GPU: Intel 945GME. Performance: Flawless.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •