Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: usb external drive
Date: Fri, 06 Jul 2007 15:48:08
Message-Id: loom.20070706T173050-162@post.gmane.org
In Reply to: Re: [gentoo-user] Re: usb external drive by Albert Hopkins
1 Albert Hopkins <marduk <at> gentoo.org> writes:
2
3
4 > > mount -t vfat /dev/sdb /mnt/usbdrive
5
6 > Based on your dmesg output, shouldn't you be mounting /dev/sdb1 (as
7 > opposed to /dev/sdb)?
8
9 Hello Albert,
10
11 I get this:
12 mount -t vfat /dev/sdb1 /mnt/usbdrive
13 mount: /dev/sdb1: can't read superblock
14
15
16 I found the problem with fdisk (the file system type):
17
18 Disk /dev/sdb: 500.1 GB, 500107862016 bytes
19 255 heads, 63 sectors/track, 60801 cylinders
20 Units = cylinders of 16065 * 512 = 8225280 bytes
21
22 Device Boot Start End Blocks Id System
23 /dev/sdb1 1 60801 488384001 7 HPFS/NTFS
24
25
26 I do not want to get into HPFS/NTFS as this drive must work
27 easily with both XP(vista) and Gentoo systems. It will be
28 moved between many systems frequently, so the easiest
29 (least keystrokes) to auto_magically have this drive
30 usable between systems is my goal, even at the cost
31 of I/O performmance....
32
33
34 I just need to reformat the drive with a FAT 32 file system?
35 Maybe make 2 partitions of 250 meg (unless that is a problem?)
36 I'm not sure of the best way (syntax suggestions within FDISK ?)
37 or other suggestions?
38
39 Surely I do not want to turn it into a useless brick.
40
41
42 James
43
44
45
46
47 --
48 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: usb external drive Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] Re: usb external drive Albert Hopkins <marduk@g.o>