# Alias definitions.
# You may want to put all your additions into a separate file like
#~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
-rw-r--r-- 1 john john 325 2006-04-06 16:13 .bash_aliases
I do not need them read interactively. I use an alias to mount a fat32
partition when I need to read or write to it.
I also get an error about line 10 in /etc/fstab being bad and I cannot
figure that one out either.
john@BOX:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hdb1 / ext3 defaults,errors=remount-ro 0 1
/dev/hdb6 /home ext3 defaults 0 2
#/dev/hda1 /media/hda1 ntfs defaults 0 0
#/dev/hda5 /media/hda5 ntfs defaults 0 0
#/dev/hda6 /media/hda6 ntfs defaults 0 0
/dev/hdb7 /media/windows vfat iocharset=utf8 umask=000 0
0/dev/hdb5 none swap sw 0 0
/dev/hdd /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdc /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
the zero for fsck pass gets wrapped it does not appear in front of
/dev/hda5 in the actual /etc/fstab.
Jeremy C. Reed wrote:
> On Thu, 6 Apr 2006, John Wheat wrote:
>
>
>> I have recently reinstall Ubuntu and saved my /home. Everything seems to work
>>except my aliases. I have a ~/.bash_aliases and uncommented the line in
>>~/.bashrc that tells bash to use the aliases file except it tells me over and
>>over the file doesn't exist. I have mv'd and renamed the left over from my
>>last install and mv'd again to .bash_aliases but bash just refuses to see it.
>>Any help on this appreciated.
>
>
> Show us.
>
> Show us the relevant lines form your ~/.bashrc.
>
> And show use the ls -l of that ~/.bash_aliases file.
>
> By the way, do you need your aliases read every time your bash is started
> interactively? Maybe in a ~/.profile or ~/.bash_profile is fine.
>
> Jeremy C. Reed
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>
---------------------------------------------------
PLUG-discuss mailing list -
PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss