Results 1 to 10 of 12
hy...
I have installed Suse 10.1, and I have a problem.
I can not see my FAT32 partitions from windows.
In My Computer it shows my FAT32 partitions, but I ...
- 01-08-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 7
Mount problems
hy...
I have installed Suse 10.1, and I have a problem.
I can not see my FAT32 partitions from windows.
In My Computer it shows my FAT32 partitions, but I can not mount them....
Do you have an idea what that happends?...
Thank you!
- 01-08-2007 #2Linux User
- Join Date
- Jan 2007
- Location
- cleveland
- Posts
- 452
what is your linux question?
- 01-08-2007 #3
Can you post any error messages you receive?
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 01-09-2007 #4Just Joined!
- Join Date
- Jan 2007
- Posts
- 7
it says
"access denie"
although I am loged in as ROOT.
- 01-09-2007 #5
post the contents of /etc/fstab file and output of fdisk -l command.
Code:less /etc/fstab fdisk -l
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-09-2007 #6Just Joined!
- Join Date
- Jan 2007
- Posts
- 7
it didn't work devils_casper
i tryed...
but still it didn't work
and the error is...
"permissions denied"...
not "access denied"
sorry...
- 01-09-2007 #7
what did you try? i didn't post any solution yet. i want to check the contents of /etc/fstab file and output of fdisk -l.
either login as root and execute those command in terminal
OR login as normal user and execute 'su -' first.
post the output of both commands here.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-09-2007 #8Just Joined!
- Join Date
- Jan 2007
- Posts
- 7
/dev/sda6 / ext3 acl, user_xattr 1 1
/dev/sda7 swap swap defaults 0 0
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
/dev/sda1 * 1 1275 10241406 c w95 fat32 (lba)
/dev/sda2 1276 7296 48363682+ f w95 ext'd (lba)
/dev/sda5 1276 6240 39881331 7 hpfs/ntfs
/dev/sda6 6241 7168 7454128+ 83 Linux
/dev/sda7 7169 7296 1028128 82 Linux swap / solaris
- 01-10-2007 #9Just Joined!
- Join Date
- Jan 2007
- Posts
- 7
devils_casper.... did that help you?
- 01-10-2007 #10
hi !
execute this
check /media/win_c folder. you can add an entry in /etc/fstab file for automount fat32 partition at boot up. firstly, mount it manually and check if it works.Code:su - mkdir /media/win_c mount -t vfat /dev/sda1 /media/win_c
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote