samson4747 |
|
Темы:
33
Сообщения:
534
Участник с: 23 февраля 2012
|
find > file.list Спасибо! Даже можно упростить и вот так: find > file.list
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
|
samson4747 |
|
Темы:
33
Сообщения:
534
Участник с: 23 февраля 2012
|
Будем убирать всё кроме русского и латиницы, цифр и '_' c '.', остальное заменив на '__'? Верная идея?
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
|
samson4747 |
|
Темы:
33
Сообщения:
534
Участник с: 23 февраля 2012
|
Найти например смогу их, а вот переименовать не понял как. Нужно нечто такое, как мне друг подсказал.
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
|
samson4747 |
|
Темы:
33
Сообщения:
534
Участник с: 23 февраля 2012
|
Переименовывать отдельные файлы могу, но их около 7 Гб всех файлов. Дерево каталогов возможно и даст 255 символов, могу сократить, но как убрать эти чертовские символы?
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
|
samson4747 |
|
Темы:
33
Сообщения:
534
Участник с: 23 февраля 2012
|
Natrio, да это переход на новую строку, но откуда они взялись не знаю, либо скачал из библиотеки такой файл, либо когда переименовывал скопировал просто с названия книги вместе с переносом. Как побороть эти косяки? Буду очень признателен. Имена все, меньше 255 символов.
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
|
samson4747 |
|
Темы:
33
Сообщения:
534
Участник с: 23 февраля 2012
|
sdc это карточка мелкая в картридере sdd это флешка $ grep media /proc/mounts /dev/sda6 /media/bcb536f2-ef06-4838-ad5e-b48bb6960be0 ext4 rw,nosuid,nodev,relatime,data=ordered 0 0 /dev/sdc1 /run/media/nnikita/951C-3AB8 vfat rw,nosuid,nodev,relatime,uid=1000,gid=100,fmask=0022,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro 0 0 /dev/sdd1 /run/media/nnikita/EC69-3712 vfat rw,nosuid,nodev,relatime,uid=1000,gid=100,fmask=0022,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro 0 0 $ одна карточка другая флешка, но ни туда ни туда не залетают файлы... проблема в том, оказалось, что появились в именах странные символы: например На ЖФС залетело без проблем. Хотелось бы также на FAT32... Как побороть эти странные символы?
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
|
samson4747 |
|
Темы:
33
Сообщения:
534
Участник с: 23 февраля 2012
|
Ошибка оказывается в другом. Со мной на 85% не дружит Midnight Commander: ; ; ; ; ; . Имена файлов и каталогов очень приличные оказались (без вредных символов): например:
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
|
samson4747 |
|
Темы:
33
Сообщения:
534
Участник с: 23 февраля 2012
|
Просто огроменный список выводит на команду$ find . -regex '.*\(+\|,\|.\|;\|=\|[\|]\).*' ls|grep + > +.txt
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
|
samson4747 |
|
Темы:
33
Сообщения:
534
Участник с: 23 февраля 2012
|
Доброго времени суток! Имел: # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> devpts /dev/pts devpts defaults 0 0 /dev/sda1 / ext4 defaults 0 1 /dev/sda6 /media/bcb536f2-ef06-4838-ad5e-b48bb6960be0 ext4 default$ shm /dev/shm tmpfs nodev,nosuid 0 0 /dev/sda5 swap swap defaults 0 0 #/dev/cdrom /media/cd auto ro,user,noauto,unhide 0 0 #/dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0 #/dev/fd0 /media/fl auto user,noauto 0 0 Закомментировал devpts и shm. fstab.pacnew полность закомментированный: # # /etc/fstab: static file system information # # <file system> <dir> <type> <options> <dump> <pass> Терминал и htop заработали, konstantinov-ms При запуске имеем в журнале: $ sudo journalctl -b -a -p 3 -- Logs begin at Чт 2013-04-25 22:29:04 MSK, end at Сб 2013-08-17 23:33:23 MSK. авг 17 23:28:11 myhost systemd-udevd[135]: specified group 'plugdev' unknown авг 17 23:28:11 myhost kernel: end_request: I/O error, dev fd0, sector 0 авг 17 23:28:12 myhost kernel: end_request: I/O error, dev fd0, sector 0 авг 17 23:28:46 myhost bluetoothd[509]: DIS cannot start: GATT is disabled авг 17 23:28:46 myhost bluetoothd[509]: Failed to init deviceinfo plugin авг 17 23:28:46 myhost bluetoothd[509]: Failed to init proximity plugin авг 17 23:28:46 myhost bluetoothd[509]: Failed to init time plugin авг 17 23:28:46 myhost bluetoothd[509]: Failed to init alert plugin авг 17 23:28:46 myhost bluetoothd[509]: Failed to init thermometer plugin авг 17 23:28:46 myhost bluetoothd[509]: Failed to init gatt_example plugin авг 17 23:28:52 myhost pppd[270]: Unable to complete PPPoE Discovery авг 17 23:29:57 myhost pppd[270]: Unable to complete PPPoE Discovery авг 17 23:31:03 myhost pppd[270]: Unable to complete PPPoE Discovery авг 17 23:32:08 myhost pppd[270]: Unable to complete PPPoE Discovery авг 17 23:33:13 myhost pppd[270]: Unable to complete PPPoE Discovery $ Нужно ли ещё, что-то делать с glibc? Сейчас обновил до glibc-2.18-2. Спасибо!
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
|
samson4747 |
|
Темы:
33
Сообщения:
534
Участник с: 23 февраля 2012
|
AivarТоже уже увидел решение, вечером-ночью буду проверять. Спасибо.AivarФраза получилась крылатой, но бесполезной... ) Надеюсь код для find верно себе представил вчера.
"If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding. —Aaron Griffin
|