Results 1 to 5 of 5
hi
my fstab file is
/dev/hda7 swap swap defaults 0 0
/dev/hda6 / reiserfs defaults 1 1
/dev/hda1 /fat-c ntfs ro 1 0
/dev/hda5 /fat-d vfat defaults 1 0
#/dev/cdrom ...
- 10-06-2007 #1
help fstab
hi
my fstab file is
/dev/hda7 swap swap defaults 0 0
/dev/hda6 / reiserfs defaults 1 1
/dev/hda1 /fat-c ntfs ro 1 0
/dev/hda5 /fat-d vfat defaults 1 0
#/dev/cdrom /mnt/cdrom auto noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
now i want my dvd writer to be in the list
also my cd writer too
also
i want to read and write all HDD
please help
last time i edited my fstab i end up remaining inthe boot start stage
then as i was not having a livecd
had to format my slackware
thats why this time i want u guys help
please help
- 10-06-2007 #2Install ntfs-3g package to enable NTFS write access.Code:
/dev/hda1 /fat-c ntfs ro 0 0 /dev/hda5 /fat-d vfat defaults,umask=0 0 0
Which Linux Distro do you have? Why did you put # sign before /dev/cdrom line?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-07-2007 #3
i didnt put # sign its there in the fstab file
i am using slackware 12
- 10-07-2007 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
Yeah, the fstab file in Slackware comes with a sample cdrom entry that is commented out by default.
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 10-07-2007 #5
First of all remove # sign before CDROM line and check if it works,
Execute this
Post output here.Code:hdparm -I /dev/dvd hdparm -I /dev/cdrom
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote