Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
06-27-2005, 07:54 AM
|
#1
|
Senior Member
Registered: Sep 2004
Distribution: FreeBSD 9.1, Kubuntu 12.10
Posts: 3,078
Rep: 
|
Can't mount W95 FAT32 (LSA) partition on USB HD
I've got a brand new 40GB USB hard drive that I've partitioned as follows:
(sdb5) 20GB ext2
(sdb6) 15GB ext2
(sdb7) 5GB W95 FAT32 (LSA)
The two Linux partitions work perfectly, however I cannot mount the FAT partition. I have an IDE HD on my system with a W95 FAT32 (LSA) partition that is mounted in fstab with type vfat, however that fs type won't work to mount the one on the USB HD. I've tried every other fs type listed in man mount, but none of them work. I've reformatted the partition several times with Windows ME. I can mount it with usbfs, but that looks like I've mounted the actual device and not the partition (strange file descriptors that aren't really files, can't add/remove files, files stay when I umount). Yeah, no idea what that business is all about.
I've tried reloading usb-storage, but that doesn't work either. I'm thinking that maybe usb-storage can't handle a vfat that large, or maybe it thinks it's SCSI or something. fdisk -l shows it just like it should be, and I can mount FAT16 usb devices just fine. Any suggestions? Thanks.
ta0kira
Last edited by ta0kira; 06-27-2005 at 07:56 AM.
|
|
|
06-27-2005, 08:53 AM
|
#2
|
Member
Registered: Jun 2004
Location: Athens, Greece
Distribution: Slack@Home - RHEL@Work
Posts: 150
Rep:
|
have you tried mounting with the vfat type instead of auto, since fat can see only 2gb?
this is how i mount my (4gb) usb disk:
mount -t vfat -o umask=000 /dev/sda /mnt/usbdisk
|
|
|
06-27-2005, 10:05 AM
|
#3
|
Senior Member
Registered: Sep 2004
Distribution: FreeBSD 9.1, Kubuntu 12.10
Posts: 3,078
Original Poster
Rep: 
|
Is your usb disk FAT16? All of mine are. I've been trying to mount using:
mount -t vfat /dev/sdb7 /mnt/anydev
as root. Can you tell me what fdisk -l says about your usb disk? Thanks.
ta0kira
|
|
|
06-28-2005, 03:27 AM
|
#4
|
Member
Registered: Jun 2004
Location: Athens, Greece
Distribution: Slack@Home - RHEL@Work
Posts: 150
Rep:
|
Well, according to cfdisk (i dont'have a windows machine to verify) it's vfat but for some reason auto does not detect it when mounting. Unfortunately, i'm at work now and i don't have the disk with me to check the fdisk output. I'll send it when i get home in the afternoon!
Try this: unpluf the disk, type tail -f /var/log/messages, then plug the disk and see the outcome if no errors or warnings are displayed try mounting the partition and post the outcome. hopefully something will give us a clue about what's wrong
|
|
|
07-09-2005, 08:22 AM
|
#5
|
Senior Member
Registered: Sep 2004
Distribution: FreeBSD 9.1, Kubuntu 12.10
Posts: 3,078
Original Poster
Rep: 
|
Nothing is added to /var/log/messages when I try to mount. This is strange because normally it will say something about the device you are trying to mount. I did `grep -n "sdb7" /var/log/messages` to see if it was in there, and I got about 10 lines, but sdb7 was within a list of the other partitions on sdb. Maybe a usb module problem? Or maybe I need to load one? Thanks.
ta0kira
Last edited by ta0kira; 07-09-2005 at 08:31 AM.
|
|
|
All times are GMT -5. The time now is 06:49 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|