vadim3sh
Full Member | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору Привет Сегодня купили Sony NWZB173 4GB Walkman Player взамен сдохшего Philips-a. Ubuntu опознавать его отказалась вооще - только сам плеер пишет что не понимает, куда и зачем его засунули. Лежащее на поверхности решение: Sometimes devices don't automount, in which case you should try to manually mount it. Что влечет за собой Create the Mount Point Now we need to create a mount point for the device, let's say we want to call it "external". You can call it whatever you want, just please don't use spaces in the name or it gets a little more complicated - use an underscore to separate words (like "my_external"). Create the mount point: sudo mkdir /media/external Mount the Drive We can now mount the drive. Let's say the device is /dev/sdb1, the filesystem is FAT16 or FAT32 (like it is for most USB flash drives), and we want to mount it at /media/external (having already created the mount point): sudo mount -t vfat /dev/sdb1 /media/external -o uid=1000,gid=1000,utf8,dmask=027,fmask=137 The options following the "-o" allow your user to have ownership of the drive, and the masks allow for extra security for file system permissions. If you don't use those extra options you may not be able to read and write the drive with your regular username. А после использования я не могу извлечь устройство через правый клик, ибо: Unmounting the Drivе When you are finished with the device, don't forget to unmount the drive before disconnecting it. Assuming /dev/sdb1 mounted at /media/external, you can either unmount using the device or the mount point: sudo umount /dev/sdb1 or: sudo umount /media/external Так вот, я очень прошу прощения, но это совсем не вариант и я его даже и не пробовал. Плеер жены, а на компе с недавно установленным linux она как на машине - три педали, руль, два зеркала. Отсутствие воды в омывателе более серьезная проблема, чем неполадки в тормозной системе. Если для закидывания пары песен я ей предложу все это проделать, выставит за дверь чемоданы, меня и Linux. Вроде еще есть вариант killall gvfs-gphoto2-volume-monitor Но что-то у меня никакой реакции на это безобразие. Как победить заморочку, есть какие-то мысли? Спасибо | Всего записей: 457 | Зарегистр. 28-01-2006 | Отправлено: 01:09 27-10-2013 | Исправлено: vadim3sh, 01:10 27-10-2013 |
|