← 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

actionparsnip proposed the following answer:
the extended partition's only job is to hold logical partitions. In
windows you can only have 2 partitions, 1 primary and 1 extended. On the
extended you can have many logical partitions which will show up
(stupidly) as "Drives" in windows (even though they are partitions and
not drives, windows is retarded like that)

You can try mounting /dev/sdc4 with

sudo mkdir /media/sdc4; sudo mount /dev/sdc4 /media/sdc4 -t vfat -o
uid=1000

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