/etc/fstab
Code:
#
# /etc/fstab
# Created by anaconda on Sat Dec 5 02:25:28 2009
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/vg_vyto-lv_root / ext4 defaults 1 1
UUID=48105aa5-9232-4c4c-bd1a-8dae7f6e16da /boot ext4 defaults 1 2
/dev/mapper/vg_vyto-lv_swap swap swap defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/sda4 /mnt/sda4 vfat users,noauto 0 0
Fedora 12.
Now I am trying to play around with that file more...
I kinda noticed real problem:
Problem is that I use TAB auto-complete and it inputs ? incorrectly instead that e'.
That is not all... if file is inside dir copy fails too. Better check my test log yourself:
Code:
[vytautas@Vyto ~]$ cp The\ Melancholy\ of\ Haruhi\ Suzumiya\ 09\ Myst\?rique\ Sign\ \[Yuki\].mkv /mnt/sda4/
cp: cannot create regular file `/mnt/sda4/The Melancholy of Haruhi Suzumiya 09 Myst?rique Sign [Yuki].mkv': Invalid argument
[vytautas@Vyto ~]$ mkdir test
[vytautas@Vyto ~]$ mv The\ Melancholy\ of\ Haruhi\ Suzumiya\ 09\ Myst\?rique\ Sign\ \[Yuki\].mkv
mv: missing destination file operand after `The Melancholy of Haruhi Suzumiya 09 Myst?rique Sign [Yuki].mkv'
Try `mv --help' for more information.
[vytautas@Vyto ~]$ mv The\ Melancholy\ of\ Haruhi\ Suzumiya\ 09\ Mys*.mkv
mv: missing destination file operand after `The Melancholy of Haruhi Suzumiya 09 Myst?rique Sign [Yuki].mkv'
Try `mv --help' for more information.
[vytautas@Vyto ~]$ mv The\ Melancholy\ of\ Haruhi\ Suzumiya\ 09\ Mys*.mkv test/
[vytautas@Vyto ~]$ mv test/ /mnt/sda4/
mv: cannot create regular file `/mnt/sda4/test/The Melancholy of Haruhi Suzumiya 09 Myst?rique Sign [Yuki].mkv': Invalid argument
[vytautas@Vyto ~]$
Also rtorrent hasing fails. probably reason is same ? instead e'. Ktorrent also complains about missing file. Dolphin behaves OK still shows ? in name.