You are not logged in.

#1 2006-07-25 07:45:59

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

How mount second drive MEGA Player?

I have MEGA Player, in that per USB 2.0 possible copy files.
In Windows XP appear two something like hard disks (second disk for SD card), then conect MEGA Player to USB.
I try mount something like this: 'mount /dev/sda /mnt/usbstick' and then in folder usbstick appear player files from player memory.
How mount player SD card?


Goodbye!

Offline

#2 2006-07-25 10:11:39

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: How mount second drive MEGA Player?

You need to have a look at dmesg to see how the SD card is identified - it could be something like /dev/sdb. Once you have that, create a new mountpoint for it, and you're all set.

Offline

#3 2006-07-25 14:10:42

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How mount second drive MEGA Player?

I try mount '/dev/sdb', but not work.


Goodbye!

Offline

#4 2006-07-27 03:26:15

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How mount second drive MEGA Player?

root@a:~# mount /dev/sda1 /mnt/usb1/ -o uid=1000
root@a:~# mount /dev/sda2 /mnt/usb2/ -o uid=1000
mount: /dev/sda2 is not a valid block device
root@a:~# mount /dev/sdb1 /mnt/usb2/ -o uid=1000
mount: /dev/sdb1 is not a valid block device
root@a:~# mount /dev/sdb /mnt/usb2/ -o uid=1000
mount: /dev/sdb is not a valid block device
root@a:~# mount /dev/sdb2 /mnt/usb2/ -o uid=1000
mount: /dev/sdb2 is not a valid block device

I now testing from Slackware, but in archlinux must be same.


Goodbye!

Offline

#5 2006-07-27 06:46:19

scarecrow
Member
From: Greece
Registered: 2004-11-18
Posts: 715

Re: How mount second drive MEGA Player?

Do you have dosfstools installed?


Microshaft delenda est

Offline

#6 2006-07-27 07:09:31

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: How mount second drive MEGA Player?

tomk wrote:

You need to have a look at dmesg

What information did you get from dmesg before all these mount attempts?

Offline

#7 2006-07-27 12:33:54

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How mount second drive MEGA Player?

Scarecrow,
I do not known.
How dosfstools install?


Goodbye!

Offline

#8 2006-07-27 13:37:22

scarecrow
Member
From: Greece
Registered: 2004-11-18
Posts: 715

Re: How mount second drive MEGA Player?

pacman -Sy dosfstools
Necessary to perform several operations in vfat filesystem.


Microshaft delenda est

Offline

#9 2006-08-05 03:46:56

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How mount second drive MEGA Player?

I install dosfstools mount folowing:
mount /dev/sda1 /mnt/usba
mount /dev/sdb1 /mnt/usbb
and work.
Thanks.


Goodbye!

Offline

Board footer

Powered by FluxBB