LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-20-2009, 10:29 PM   #1
tejaswi kalawatia
LQ Newbie
 
Registered: Feb 2009
Posts: 14

Rep: Reputation: 0
access denied to view the contents of d drive in slackware 12.1


hello

i recently installed slackware 12.1 on my dell vostro laptop.when i open the d drive where i have stored all my media files it displays the message access denied.
also where can i find the slackbook
 
Old 02-20-2009, 11:19 PM   #2
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Enter "sudo /sbin/fdisk -l" to get a list of the drives and partitions on your system. "D drive" is an MSDOS term. Linux partitions will be called something like /dev/sda1 or /dev/hda1 depending on your kernel version. Do you have only one drive in your laptop, with 2 or more partitions? If so it will probably be /dev/hda2 or /dev/sda2. The output of the fdisk -l command will indicate the filetype.
You can also use "udevinfo -q env -n /dev/hda2" to find what filesystem is on the second partition.

Is this the second partition on your internal drive or an external drive?

Is it formatted using either fat32 or NTFS? If so then you need to change some mount options. Use &quot;uid=<your_user_name>,gui=<your_group>&quot;. This will determine the ownership of the files and directories. Use &quot;fmask=0117,dmask=0007&quot; to allow read and write access for the owner and group.
E.G.
sudo mount -t vfat /dev/sda2 /mnt/movies -o rw,uid=teja,gid=teja,fmask=0117,dmask=007


If the filesystem is a native filesystem, then after mounting, use the &quot;chown&quot; command to change the ownership, and the &quot;chmod&quot; to change the permissions. This needs to be done while the filesystem is mounted.
E.G.: sudo chown teja.teja /mnt/movies
sudo chmod ug=rwx /mnt/movies

----

I used the google terms: slackbook ext:pdf
ftp://ftp.slackbook.org/pub/slackbook/slackbook-2.0.pdf

Last edited by jschiwal; 02-20-2009 at 11:21 PM.
 
Old 02-20-2009, 11:20 PM   #3
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
What is the d: drive? Is it a windows drive? If it is then you will need to mount the drive in slax first to use it.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
unable to view the contents!!! a1ora0 Slackware 1 09-29-2007 12:58 PM
access denied on /mnt/removable with an external USB drive dasch Mandriva 4 09-02-2005 05:30 PM
smbmount works but I get permission denied when access the drive jeickal Linux - Networking 0 12-17-2004 11:22 AM
Access contents of Linux drive from Windows???? welchdoc Linux - Newbie 3 11-15-2003 08:19 PM
how to view contents of cd Synth218 Linux - Newbie 7 05-25-2003 06:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:52 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration