Tiny Core Base > TCB Q&A Forum
[solved] mount usb mp3-player
uggla:
Hi!
I have an usb mp3-player that won't show up in fstab when doing sudo rebuildfstab. It shows up as /dev/sdb: UUID="68DE-5DE7" TYPE="vfat" when doing blkid. When doing sudo mount /dev/sdb /mnt/sdb i get "failed: Invalid argument". How can I mount it?
regards
/Uggla
tinypoodle:
Does it show in
--- Code: ---fdisk -l
--- End code ---
?
uggla:
Yes
Disk /dev/sdb: 4072 MB, 4072669184 bytes
126 heads, 62 sectors/track, 1018 cylinders
Units = cylinders of 7812 * 512 = 3999744 bytes
Device Boot Start End Blocks Id System
/Uggla
tinypoodle:
Blind guessing, but it couldnt harm to do a fsck (dosfstools-*.tcz required)
Also you could try to specify fs with mount, e.g. -t vfat
gerald_clark:
It isn't in fstab because it isn't partitioned.
Just:
mkdir /mnt/work
mount /dev/sdb /mnt/work
Navigation
[0] Message Index
[#] Next page
Go to full version