3

I bought this groovy little device for my daughters only to discover they didn't play nice with Ubuntu. My main desktop runs 12.04 64bit. My secondary desktop runs 13.04. Didn't get recognised on either.

It appeared in dmesg and syslog and the "disks utility" app, but the filesystem type was not recognised which seems to be why it didn't mount.

After much searching etc, I've figured out how to mount it. It's a vfat partition.

mount /dev/sdg /media/walkman

(I manually created the walkman directory)

Took me awhile to figure this out as I normally mount scsi drives as something like sdg1 or sda2 (depending on the partition)

So I've got around the initial problem of not being able to transfer music across, but I'm a little puzzled as to why this would not auto-mount.

Any thoughts out there?

3 Answers3

-1

I found this article helpful for figuring out how to mount it. It walks you step by step through the process of manually making the directory. Also, I used Disk Utility to identify what the sony drive was called on by Ubuntu.

https://help.ubuntu.com/community/Mount/USB

Avi
  • 1
-1

I have a sony walkman nwz-b152 here and I started running into problems after messing up with the ehci/xhci sleep issues (1) on my laptop, it auto mounts but the file transfers always fail. Before Karmic, you used to be able to rmmod the ehci modules but 13.04 has brought upgrades and now it's hardcoded in the kernel so you need to do some more keyboard gym if you want to unload the USB 2.0 (2).

I'm not sure if you are experiencing problems because of that as well, however, you could simply fix your automount by supplementing /etc/fstab with your mp3 payer UUID and make a system-wide automount. The details to modify /etc/fstab are found here under the section Systemwide mounts.

adrien
  • 121
-1

You could format drive in fat32, after that it would appear as normal flash drive on your pc. Tried this with my player, no problems so far.

anon
  • 1