Results 1 to 2 of 2

Thread: Trying to install ReiserFS support..

  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
  •  


LSI 9305-16i SATA SAS 12Gbs RAID Controller PCIe 3.0 x8 IT-Mode 4* 8643 SATA picture

LSI 9305-16i SATA SAS 12Gbs RAID Controller PCIe 3.0 x8 IT-Mode 4* 8643 SATA

$229.99



HPE 869102-001 Smart Array E208i-a SR Gen10 Storage Controller RAID SP: 871039 picture

HPE 869102-001 Smart Array E208i-a SR Gen10 Storage Controller RAID SP: 871039

$129.99



Lot of 4 - Genuine Dell (62P9H) PERC H710 512MB Mini Blade 6Gbps SAS Raid picture

Lot of 4 - Genuine Dell (62P9H) PERC H710 512MB Mini Blade 6Gbps SAS Raid

$49.99



Intel RS25AB080 RAID Controller SAS/SATA, PCIe x8, MD2 1GB. New Retail Box picture

Intel RS25AB080 RAID Controller SAS/SATA, PCIe x8, MD2 1GB. New Retail Box

$220.00



Inspur LSI 9300-8i Raid Card 12Gbps HBA HDD Controller High Profile IT MODE picture

Inspur LSI 9300-8i Raid Card 12Gbps HBA HDD Controller High Profile IT MODE

$15.98



ORICO Multi Bay RAID Hard Drive Enclosure USB 3.0/ Type-C For 2.5/3.5'' HDD SSDs picture

ORICO Multi Bay RAID Hard Drive Enclosure USB 3.0/ Type-C For 2.5/3.5'' HDD SSDs

$86.99



LSI MegaRAID 9361-8i 12Gb PCIe 8-Port SAS/SATA RAID 1Gb w/BBU/CacheVault/License picture

LSI MegaRAID 9361-8i 12Gb PCIe 8-Port SAS/SATA RAID 1Gb w/BBU/CacheVault/License

$35.96



LSI MegaRAID 9361-8i 12Gbps PCIe 3 x8 SATA SAS 3 8 Port RAID + BBU & CacheVault picture

LSI MegaRAID 9361-8i 12Gbps PCIe 3 x8 SATA SAS 3 8 Port RAID + BBU & CacheVault

$39.00



ACASIS 2.5/3.5 inch 2 Bay SATA USB 3.0 Hard Drive Disk HDD SSD Enclosure 4 RAID picture

ACASIS 2.5/3.5 inch 2 Bay SATA USB 3.0 Hard Drive Disk HDD SSD Enclosure 4 RAID

$58.99



Yottamaster 5 Bay RAID Hard Drive Enclosure USB3.1 Type C 2.5

Yottamaster 5 Bay RAID Hard Drive Enclosure USB3.1 Type C 2.5"/3.5" SATA HDD SSD

$142.49