← Back to team overview

ubuntuforums-unanswered team mailing list archive

Re: [Question #77100]: How to mount W95 extended (LBA) partition

 

Question #77100 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/77100

    Status: Open => Answered

Damiano Venturin proposed the following answer:
sdc4 is the extended partion, can't be mounted http://en.wikipedia.org/wiki/Disk_partitioning#Extended
I see that all the other partitions are linux (probably formatted with ext2 or ext3)
just type in a terminal:

mkdir /tmp/sdc5
sudo mount /dev/sdc5 /tmp/sdc5

to check if it worked:
df -h 
ls -lh /tmp/sdc5

You should try to mount all the other partitions except the 4th

-- 
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.