← 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 doesn't contain any data! all datas are into sdcX where x is
between 0 and 9 except 4

u can mount any other partition using this method

mkdir /tmp/sdc1
sudo mount /dev/sdc1 /tmp/sdc1

mkdir /tmp/sdc2
sudo mount /dev/sdc2 /tmp/sdc2

mkdir /tmp/sdc3
sudo mount /dev/sdc3 /tmp/sdc3

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

mkdir /tmp/sdc6
sudo mount /dev/sdc6 /tmp/sdc6

mkdir /tmp/sdc7
sudo mount /dev/sdc7 /tmp/sdc7

mkdir /tmp/sdc8
sudo mount /dev/sdc8 /tmp/sdc8

that's all u can do. nothing more and it's normal to be in this way

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