Mounting HDD R/W
by pr0xibus from LinuxQuestions.org on (#5P5C4)
Morning.
Slackware-Current
Never really had this problem before, usually I would edit /etc/fstab add the HDD and Mount point and away it goes but at the moment, the HDD is Read-Only,
Code:/dev/slackware_vg/lv_swap swap swap defaults 0 0
/dev/slackware_vg/lv_root / ext4 defaults 1 1
/dev/slackware_vg/lv_home /home ext4 defaults 1 2
/dev/sdb1 /boot/efi vfat defaults 1 0
#/dev/cdrom /mnt/cdrom auto noauto,owner,ro,comment=x-gvfs-show 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
tmpfs /dev/shm tmpfs nosuid,nodev,noexec 0 0
/dev/sda1 /media/Backup ntfs defaults,users 0 0Code:bash-5.1$ ls -l /media/
total 64
drwxrwxrwx 1 root root 4096 Sep 3 14:45 BackupCode:bash-5.1$ pwd
/media/Backup
bash-5.1$ touch test
touch: cannot touch 'test': Read-only file system
bash-5.1$Any idea what I am missing for r/w?
Cheers
Slackware-Current
Never really had this problem before, usually I would edit /etc/fstab add the HDD and Mount point and away it goes but at the moment, the HDD is Read-Only,
Code:/dev/slackware_vg/lv_swap swap swap defaults 0 0
/dev/slackware_vg/lv_root / ext4 defaults 1 1
/dev/slackware_vg/lv_home /home ext4 defaults 1 2
/dev/sdb1 /boot/efi vfat defaults 1 0
#/dev/cdrom /mnt/cdrom auto noauto,owner,ro,comment=x-gvfs-show 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
tmpfs /dev/shm tmpfs nosuid,nodev,noexec 0 0
/dev/sda1 /media/Backup ntfs defaults,users 0 0Code:bash-5.1$ ls -l /media/
total 64
drwxrwxrwx 1 root root 4096 Sep 3 14:45 BackupCode:bash-5.1$ pwd
/media/Backup
bash-5.1$ touch test
touch: cannot touch 'test': Read-only file system
bash-5.1$Any idea what I am missing for r/w?
Cheers