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

Re: OK. How can I share CDRW on other computers? Or are there GUI that I can share on other computers?



hi ya

On Tue, 31 Dec 2002, Egor Tur wrote:

> Hi.
> Who had solved the some problem?
> Not use ssh.

the dumb/easy way...

cdrw is at 192.168.1.1

cdrw# make sure cdrecord can see your cdrw drive
        cdrecord -scanbus

        -- dont pass go till you can read/write the cdrw device locally

cdrw#  machine w/ the cdrw
    vi /etc/exports
	# allow your client buddy to use it
	/mnt/cdrw	192.168.1.2/255.255.255.255(rw,no_root_squash)

    vi /etc/hosts.deny
	ALL : ALL

    vi /etc/hosts.allow
	portmap:      192.168.1.2/255.255.255.255 : allow
	rpc.mountd:   192.168.1.2/255.255.255.255 : allow

    restart inetd
    restart portmapper, nfs server

cdrw# ssh into 192.168.1.2

----------

on your machine wanting access to that remote cdrw

client is at 192.168.1.2

client# rpcinfo -p 192.168.1.1
	-- dont pass go till rpcinfo shows you stuff on cdrw machine


client# -- configure an automounter for cdrw:/mnt/cdrw

-- or a simple test before doing automounters, or updating fstab

client# mount -t iso9660 -o rw cdrw:/mnt/cdrw /mnt/cdrw

	-- dont pass go till mount works

client# ls -la /mnt/cdrw

cleint# fix automounter so that you dont have to manually mount it

clint# ssh into 192.168.1.1


for more cdrw howtos and docs
	http://www.Linux-1U.net/CDRW/

c ya
alvin



Reply to: