OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: /dev/null on December 15, 2007, 07:03:58 am
-
Hi to all. Whan I send a file from pc to zaurus, the file is located in/hdd3/Documents/Obex_Inbox. How Can I change this directory? I'd like to use /mnt/card
-
use symbolic link
ln -s target_filename symlink_filename
or
# ln -s /mnt/card/Obex_Inbox /hdd3/Documents/Obex_Inbox