Results 1 to 2 of 2

Thread: Trying to install ReiserFS support..

Hybrid View

  1. #1
    Junior Member
    Join Date
    Nov 2004
    Posts
    8

    Trying to install ReiserFS support..

    hey gang,

    I'm trying to install the tools needed to format my filesystem into the reiserfs filesystem. here's what I'm doing and what I'm getting abck

    Code:
    root@ttyp1[reiserfsprogs-3.6.19]# make install &&
    > ln -sf reiserfsck /sbin/fsck.reiserfs &&
    > ln -sf mkreiserfs /sbin/mkfs.reiserfs
    Making install in include
    make[1]: Entering directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/include'
    make[2]: Entering directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/include'
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/include'
    make[1]: Leaving directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/include'
    Making install in lib
    make[1]: Entering directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/lib'
    make[2]: Entering directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/lib'
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/lib'
    make[1]: Leaving directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/lib'
    Making install in reiserfscore
    make[1]: Entering directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/reiserfscore'
    make[2]: Entering directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/reiserfscore'
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/reiserfscore'
    make[1]: Leaving directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/reiserfscore'
    Making install in fsck
    make[1]: Entering directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/fsck'
    make[2]: Entering directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/fsck'
    /bin/sh ../mkinstalldirs /sbin
      /usr/bin/install -c reiserfsck /sbin/reiserfsck
    /usr/bin/install: cannot remove `/sbin/reiserfsck': Read-only file system
    make[2]: *** [install-sbinPROGRAMS] Error 1
    make[2]: Leaving directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/fsck'
    make[1]: *** [install-am] Error 2
    make[1]: Leaving directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/fsck'
    make: *** [install-recursive] Error 1
    note I am using knoppix running off the cd..[/code]

  2. #2
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    USA, IL
    Posts
    1,041

    Re: Trying to install ReiserFS support..

    --All Reiserfs progs should already be on the CD. Try ' mkreiserfs /dev/blah ' to format your partition.

    Quote Originally Posted by Ryan450
    hey gang,

    I'm trying to install the tools needed to format my filesystem into the reiserfs filesystem. here's what I'm doing and what I'm getting abck

    Code:
    root@ttyp1[reiserfsprogs-3.6.19]# make install &&
    > ln -sf reiserfsck /sbin/fsck.reiserfs &&
    > ln -sf mkreiserfs /sbin/mkfs.reiserfs
    Making install in include
    make[1]: Entering directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/include'
    make[2]: Entering directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/include'
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/include'
    make[1]: Leaving directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/include'
    Making install in lib
    make[1]: Entering directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/lib'
    make[2]: Entering directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/lib'
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/lib'
    make[1]: Leaving directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/lib'
    Making install in reiserfscore
    make[1]: Entering directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/reiserfscore'
    make[2]: Entering directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/reiserfscore'
    make[2]: Nothing to be done for `install-exec-am'.
    make[2]: Nothing to be done for `install-data-am'.
    make[2]: Leaving directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/reiserfscore'
    make[1]: Leaving directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/reiserfscore'
    Making install in fsck
    make[1]: Entering directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/fsck'
    make[2]: Entering directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/fsck'
    /bin/sh ../mkinstalldirs /sbin
      /usr/bin/install -c reiserfsck /sbin/reiserfsck
    /usr/bin/install: cannot remove `/sbin/reiserfsck': Read-only file system
    make[2]: *** [install-sbinPROGRAMS] Error 1
    make[2]: Leaving directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/fsck'
    make[1]: *** [install-am] Error 2
    make[1]: Leaving directory `/ramdisk/home/knoppix/reiserfsprogs-3.6.19/fsck'
    make: *** [install-recursive] Error 1
    note I am using knoppix running off the cd..[/code]

Similar Threads

  1. Install over previous ReiserFS filesystem stalls.
    By mallyone in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 02-01-2005, 10:46 PM
  2. how to install knoppix without SMP support?
    By kurapikats in forum General Support
    Replies: 0
    Last Post: 12-18-2004, 07:06 PM
  3. No usb support after HD-Install
    By hermes in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 03-27-2004, 12:00 AM
  4. No usb support after HD-Install
    By hermes in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 03-26-2004, 12:36 PM
  5. ReiserFS Support
    By rakoon in forum The Lounge
    Replies: 2
    Last Post: 01-10-2003, 05:55 AM

Posting Permissions

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


DDR4 Laptop RAM 4GB 8GB 16GB 32GB 2400 2666 3200 Samsung Hynix picture

DDR4 Laptop RAM 4GB 8GB 16GB 32GB 2400 2666 3200 Samsung Hynix

$66.00



RAMAXEL Lenovo 32GB LPDDR5X CAMM2 7500MHz Laptop RAM | UNTESTED picture

RAMAXEL Lenovo 32GB LPDDR5X CAMM2 7500MHz Laptop RAM | UNTESTED

$445.00



A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G picture

A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G

$21.68



Samsung 32GB (2x16GB) DDR5 PC5-48000B UDIMM Non-ECC M323R2GA3BB0 picture

Samsung 32GB (2x16GB) DDR5 PC5-48000B UDIMM Non-ECC M323R2GA3BB0

$305.00



Crucial DDR3L 16GB 2 x 8GB 1600 MHz PC3L-12800 Laptop RAM Sodimm Memory 1.35V picture

Crucial DDR3L 16GB 2 x 8GB 1600 MHz PC3L-12800 Laptop RAM Sodimm Memory 1.35V

$41.00



SK HYNIX - 16GB (2x 8GB) 2Rx8 PC3-14900E-13-12-E3 RAM picture

SK HYNIX - 16GB (2x 8GB) 2Rx8 PC3-14900E-13-12-E3 RAM

$15.99



Major Brand 8GB PC3L-12800 (DDR3-1600) 2Rx8 DDR3L SDRAM Desktop Memory picture

Major Brand 8GB PC3L-12800 (DDR3-1600) 2Rx8 DDR3L SDRAM Desktop Memory

$12.99



TeamGroup T-Force Delta RGB 32GB (2x16GB) RAM DDR5 6000MHz FF4D516G6000HC38JBK picture

TeamGroup T-Force Delta RGB 32GB (2x16GB) RAM DDR5 6000MHz FF4D516G6000HC38JBK

$379.99



Kingston RAM 1GB DDR1 PC2100 DDR-266 184-Pin DIMM KVR266X64C25/1G (LOT OF 4) picture

Kingston RAM 1GB DDR1 PC2100 DDR-266 184-Pin DIMM KVR266X64C25/1G (LOT OF 4)

$55.99



Kingston RAM 1GB PC2700 DDR SDRAM 184-Pin DIMM KVR333X64C25/1G (LOT PF 4) picture

Kingston RAM 1GB PC2700 DDR SDRAM 184-Pin DIMM KVR333X64C25/1G (LOT PF 4)

$60.00