Re: fstab

From: Bret Hughes (bhughes_at_elevating.com)
Date: 08/13/03

  • Next message: Ronald W. Heiby: "Re: PCMCIA hard drive"
    To: redhat-list@redhat.com
    Date: 12 Aug 2003 22:59:43 -0500
    
    

    On Tue, 2003-08-12 at 21:41, Daniel Tan wrote:
    > tried your command but it did not work...was asked to specify file system.
    > where do i specify the filesystem? i tried placing -t ext3 after mount and
    > it says mount point rw does not exist
    > i actually don't have a backup of fstab in another place but i can edit the
    > fstab file as i can roughly remember devices name
    >

    Sorry the syntax is wrong

    try

    mount -n / -o remount,rw

    if still no worky

    It may be that it is not mounted at all I guess. Since I have never been
    where you are I don't know for sure. How did you get to a command
    prompt? What messages are there?

    I am assuming that the / filesystem is mounted since you could at least
    get to a single user command prompt. I believe the kernel gets the root
    file system information from the boot loader so it should be mounted
    even without an fstab but the mount command wants to look in fstab to
    translate the mountpoints (/) to a device (/dev/hda2)

    what does

    mount

    return?

    Bret

    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Ronald W. Heiby: "Re: PCMCIA hard drive"

    Relevant Pages

    • RE: Machine not Booting - Continued
      ... with out the fstab /dev/md0 hashed out. ... have u tried to use the mount ... command to fix bad blocks like you suggested or has this done it already. ... within the Corus group of companies, ...
      (RedHat)
    • RE: Machine not Booting - Continued
      ... The entry in the fstab is now hashed ... command to fix bad blocks like you suggested or has this done it already. ... The error seems like its able to mount the partition but is not able to ... within the Corus group of companies, ...
      (RedHat)
    • RE: Machine not Booting - Continued
      ... mkraid command and the mount command in the script as you suggested (in no ... Otherwise specify the same mkraid and mount command in /etc/rc.local. ... it has no proper file system to mount. ...
      (RedHat)
    • RE: Machine not Booting - Continued
      ... The fstab is not to blame for this issue as i have just run mkraid /dev/md0 ... and then a mount -a and the area mounted straight away. ... it has no proper file system to mount. ...
      (RedHat)
    • Re: FC6 mount ntfs-3g problem.
      ... normally the users option given in fstab will let anyone mount the device (only root or the user who mounted it can then unmount it), however FUSE filesystems apparently need setuid style permissions to operate like this. ... user Allow an ordinary user to mount the file system. ... If any user should be able to unmount, then use users instead of user in the fstab line. ...
      (Fedora)