Re: How do i make reiser4 filesystem available via /etc/fstab ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Samstag, 16. August 2008, doiggl@xxxxxxxxxxxxxxxxxx wrote:
> hello,
>
> Question.
> How do I make reiser4 a permanent fixture via /etc/fstab (after reboots)?.
> I am using opensuse 11.
>
> Manual commands I have used in the past to access the filesystem:
> # mkfs.reiser4 -o create=ccreg40,compress=lzo1 /dev/sda -fy
> # fsck.reiser4 --fix /dev/sda -y
> # mkdir /reiser4
> # mount -t reiser4 /dev/sda /reiser4
>
> Access looks like: /dev/sda on /reiser4 type reiser4 (rw)
>
> My fstab looks like this at the moment:
>
> # cat /etc/fstab
> /dev/disk/by-id/scsi-SATA_WDC_WD800BB-00J_WD-WCAM9L615149-part1 swap
>           swap       defaults              0 0
> /dev/disk/by-id/scsi-SATA_WDC_WD800BB-00J_WD-WCAM9L615149-part2 /
>           reiserfs   acl,user_xattr        1 1
> /dev/disk/by-id/scsi-SATA_WDC_WD800BB-00J_WD-WCAM9L615149-part3 /home
>           reiserfs   defaults              1 2
> proc                 /proc                proc       defaults
> 0 0
> sysfs                /sys                 sysfs      noauto
> 0 0
> debugfs              /sys/kernel/debug    debugfs    noauto
> 0 0
> usbfs                /proc/bus/usb        usbfs      noauto
> 0 0
> devpts               /dev/pts             devpts     mode=0620,gid=5
> 0 0
>
> --
> To unsubscribe from this list: send the line "unsubscribe reiserfs-devel"
> in the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

you don't mkfs whole disks, only partitions.

And then have a look.
First path to device (like /dev/sdaX) then path to mount point, then fs type, 
additional options, 0 0 

--
To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux File System Development]     [Linux BTRFS]     [Linux NFS]     [Linux Filesystems]     [Ext4 Filesystem]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]     [Linux Resources]

  Powered by Linux