LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   fstab oddity - boot is same as root? (https://www.linuxquestions.org/questions/linux-software-2/fstab-oddity-boot-is-same-as-root-146050/)

jago25_98 02-14-2004 12:57 PM

fstab oddity - boot is same as root?
 
Not a problem, but this is odd ->

Code:

root@betty.net[~] # cat /etc/fstab
none      /mnt/ramfs      ramfs      defaults  0 0
/dev/hda4 / ext3 defaults,noatime 0 0
/dev/hda3 /mnt/fat32 vfat defaults,uid=j 0 0
/dev/hda5 none swap 0 0
/dev/hda1 /mnt/ntfs ntfs defaults,uid=j 0 0
/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0
/dev/cdroms/cdrom1 /mnt/cdrom1 auto noauto,user 0 0
/dev/hdb6 /s ext3 defaults,noatime 0 0
/dev/sda1 /mnt/sd auto defaults,noauto,user 0 0
none      /mnt/ramfs      tmpfs      defaults  0 0


root@betty.net[~] # ls /boot
boot
root@betty.net[~] # mount /dev/hda4 /boot
root@betty.net[~] # ls /boot
261            boot          boot-menu.b    boot-text.old  boot.1640  chain.b    green.bak  mbr.b    os2_d.old  vmlinuz
System.map      boot-bmp.b    boot-menu.old  boot.0200      boot.b    chain.old  grub        mbr.old  safe
System.map.bak  boot-bmp.old  boot-text.b    boot.0300      bzImage    green      lost+found  os2_d.b  str
root@betty.net[~] #



All times are GMT -5. The time now is 10:15 PM.