Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: fstab

  1. #1
    Junior Member registered user
    Join Date
    Feb 2003
    Posts
    10

    fstab

    got knoppix on my hd.
    had access in editors to only the root partition made in hdinstall.
    i read this forum and modified fstab to auto (from noauto)for my vfat and other linux partitions but still can't see them on the desktop or find them in an editor. the system info does show them now.
    is there another move to get access to these for viewing and editing.
    thanks for help. very new to this.

  2. #2
    Senior Member registered user
    Join Date
    Feb 2003
    Posts
    199
    the problem mey be with permissions. Perhaps they are set to only root can access them. Go to a cmd prompt, and su to root, and then try and veiw /edit the files. That may be the problem. If it is, you will need to change permissions, and/or edit fstab (add the word "users" in the list of attributes) to get it to work.

  3. #3
    Junior Member registered user
    Join Date
    Feb 2003
    Posts
    10
    i work in root as su since i missed a couple things during the hdinstall. one was making a new user and the other was i made a floppy and now don't know how to do lilo. so i have lots of stuff to do.
    this is fstab

    # /etc/fstab: filesystem table.
    #
    # filesystem mountpoint type options dump pass
    /dev/hda6 / ext2 defaults,errors=remount-ro 0 1
    /dev/hda2 none swap sw 0 0
    proc /proc proc defaults 0 0
    /dev/fd0 /floppy vfat defaults,user,showexec,umask=022 0 0
    /dev/cdrom /cdrom iso9660 defaults,ro,user,noexec, 0 0
    # partitions found by Knoppix
    /dev/hda1 /mnt/hda1 vfat auto,users,exec,umask=000,uid=knoppix,gid=knoppix 0 0
    /dev/hda3 /mnt/hda3 ext2 auto,users,exec 0 0
    /dev/hda5 /mnt/hda5 ext2 auto,users,exec 0 0
    #/dev/hda6 /mnt/hda6 ext2 auto,users,exec 0 0

    also i had to remove the # to make them visible to sys info.
    thank you god.

  4. #4
    Senior Member registered user
    Join Date
    Feb 2003
    Posts
    199
    no prob....


    type "adduser" at a cmd line to add a new, non-root user.

  5. #5
    Member registered user
    Join Date
    Jan 2003
    Location
    Northridge, California
    Posts
    48

    You may already have them

    Type

    cat /dev/cdrom
    cat /dev/fd0
    cat /dev/scd1

    cntl-z to break out.

    To add to desktop try:

    Right Click Desktop -> Create New -> CDROM -> add /dev/cdrom line.

  6. #6
    Senior Member registered user
    Join Date
    Jan 2003
    Location
    Podunk, Idaho, USA
    Posts
    470
    Are you mounting the devices before you try to read write?
    Use this command as root:
    mount /dev/hda1 /mnt/hda1

    Also note in this line from your fstab:
    ...
    # partitions found by Knoppix
    /dev/hda1 /mnt/hda1 vfat auto,users,exec,umask=000,uid=knoppix,gid=knoppix 0 0
    ...
    this will allow user knoppix in group knoppix access (or root) to this device

    If you want a KDE desktop icon for your vfat partition follow zzyzx's example:
    To add to desktop try:

    Right Click Desktop -> Create New -> CDROM -> add /dev/cdrom line.
    Use this same approach:
    Right Click Desktop -> Create New -> Hard Disk
    In the first tab 'General' pick a new name such as 'Windows' etc. whatever you want, then select the third tab, 'Device' and in the drop-down select the proper device ie: /dev/hda1
    Now you will have a KDE mount/access icon on your desktop. Note: if you are running as user knoppix in group knoppix you should now be able to read/write your vfat partition, if you are running as a different user, you will need to edit the fstab line and change uid=knoppix,gid=knoppix to whatever user you run.

    HTH

    rock

  7. #7
    Junior Member registered user
    Join Date
    Feb 2003
    Posts
    10
    thanks guys,
    have another problem that you might be able to help with. knoppix works when i use xmodule=vesa. i have also the woody 3.0 and have tried to put it on my machine but can't get the monitor to work with either s3virge or vesa. why would it work with knoppix but not woody set up on the 3.0 disk set? thanks for help.

  8. #8
    Senior Member registered user
    Join Date
    Jan 2003
    Location
    Podunk, Idaho, USA
    Posts
    470
    I played with woody on a box with an S3 Virge (or something similar) and I had to follow libranet's instructions for adding an xserver from X-3.3.6.
    Knoppix uses a lot newer X than stock woody, I've gone away from using official X on my woody based systems, actually I use a whole bunch of backported packages (deb URI's are available at apt-get.org).

    If you are interested here is the libranet link:
    http://libranet.com/support/view.cgi...item=0138.html

    rock

  9. #9
    Junior Member registered user
    Join Date
    Feb 2003
    Posts
    10
    thanks for the info. this is the kind of explaination i've been looking for.
    sounds like it might be the problem. do i set up woody and then add this in later? not too familiar with linux yet.

  10. #10
    Senior Member registered user
    Join Date
    Jan 2003
    Location
    Podunk, Idaho, USA
    Posts
    470
    Yes, install woody then use apt-get to get the X v.3.3.6 servers, I would probably get both the svga server and the s3v server and see which one works the best. You could use use:

    apt-get update
    and then:
    apt-get install xserver-vga xserver-s3v xserver-svga xf86setup

    I used the second method of setting up X:

    dpkg-reconfigure -plow xserver-svga

    (or dpkg-reconfigure -plow xserver-s3v depending upon gthe xserver you want to configure)

    rock

Page 1 of 2 12 LastLast

Similar Threads

  1. Problem when moving New Fstab to the Old Fstab to fix Suse
    By cheetahman in forum General Support
    Replies: 19
    Last Post: 03-21-2005, 11:58 AM
  2. /etc/fstab ???
    By ibrewale in forum General Support
    Replies: 1
    Last Post: 11-26-2004, 07:02 AM
  3. fstab
    By rrfish72 in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 07-12-2004, 11:14 PM
  4. help me fix my fstab
    By DimGR in forum Hardware & Booting
    Replies: 8
    Last Post: 05-29-2004, 04:48 AM
  5. etc/fstab: what should be in it?
    By digiSal in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 12-19-2003, 04:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Samsung Galaxy Tab A8 10.5

Samsung Galaxy Tab A8 10.5" SM-X200 128GB Wifi Only Tablet Open Box

$149.99



Samsung Galaxy Tab A T387V 8

Samsung Galaxy Tab A T387V 8" 32GB Black Android WiFi + Verizon - Acceptable

$25.99



Genuine Samsung Book Cover Keyboard for 14.6

Genuine Samsung Book Cover Keyboard for 14.6" Galaxy Tab S8 Ultra | S8 Ultra 5G

$89.99



Samsung USB 3.1 Flash Drive Bar Plus 256gb TITAN Gray picture

Samsung USB 3.1 Flash Drive Bar Plus 256gb TITAN Gray

$24.10



SAMSUNG AM-P613NZBMXAR Galaxy S6 Lite 2022 10.4

SAMSUNG AM-P613NZBMXAR Galaxy S6 Lite 2022 10.4" 64GB Wi-Fi Tablet With S Pen,

$134.00



Samsung Galaxy 12.4 Inch Slim Keyboard For S7+ | S7 FE | S8+ | S8+ 5G EF-DT730 picture

Samsung Galaxy 12.4 Inch Slim Keyboard For S7+ | S7 FE | S8+ | S8+ 5G EF-DT730

$49.99



EXCELLENT SAMSUNG GALAXY TAB 4 - 10.1in SM-T537V - 16GB WIFI VERIZON ANDROID picture

EXCELLENT SAMSUNG GALAXY TAB 4 - 10.1in SM-T537V - 16GB WIFI VERIZON ANDROID

$34.99



Samsung Galaxy Tab A9 (X110) 64GB 4GB RAM International Version (New) picture

Samsung Galaxy Tab A9 (X110) 64GB 4GB RAM International Version (New)

$129.99



Samsung 22 In LED-backlit LCD monitor, S22E450D picture

Samsung 22 In LED-backlit LCD monitor, S22E450D

$45.00



512GB SAMSUNG EVO Plus Micro SD MicroSDXC Flash Memory Card w/ SD Adapter picture

512GB SAMSUNG EVO Plus Micro SD MicroSDXC Flash Memory Card w/ SD Adapter

$21.99