Compatible Support Forums: mount usb hd vfat logical partition problem?

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

mount usb hd vfat logical partition problem?

#1 User is offline   Onno-zel 

  • stranger
  • Group: Members
  • Posts: 2
  • Joined: 21-September 03

Posted 21 September 2003 - 05:25 PM

Hi there,

I want to mount a usb harddrive which is partitioned with a logical partition in windows. I get the error blabla (aren't you trying to mount an extended partition, instead of some logical partition inside? ) The answer is yes I think, but how do I mount this logical partition of the usb harddrive?

TNX in advance!!

Onno-zel
0

#2 User is offline   blueworm 

  • member
  • Group: Members
  • Posts: 169
  • Joined: 02-March 03

Posted 22 September 2003 - 03:15 AM

To mount external usb Harddrive.
Code:
# mount -t vfat /dev/sdaX /mnt/wherever


X = 1-4 Primary partition. 5 or greater Logical partition.

What you most likely have is your first primary partition is a extended partition
which has been divided in logical partitions. so in this case your first partition
would be /dev/sda5.

to view partitions try
Code:
# fdisk /dev/sda

<p> to view actual partitions on disk.
0

#3 User is offline   Onno-zel 

  • stranger
  • Group: Members
  • Posts: 2
  • Joined: 21-September 03

Posted 22 September 2003 - 08:44 PM

Thanks,

the number sda5 did the trick. I kept trying sda1 which did not work...

Onno-zel
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users